fix: Shared knowledge workflow back

This commit is contained in:
zhangzhanwei 2025-12-03 16:38:03 +08:00 committed by zhanweizhang7
parent 4591d4d322
commit 85b408ecd1

View File

@ -474,7 +474,7 @@ const go = () => {
const get_shared_route = () => {
if (hasPermission([RoleConst.ADMIN, PermissionConst.SHARED_KNOWLEDGE_DOCUMENT_READ], 'OR')) {
return `knowledge/${id}/shared/4/document`
return `/knowledge/${id}/shared/4/document`
} else if (
hasPermission([RoleConst.ADMIN, PermissionConst.SHARED_KNOWLEDGE_PROBLEM_READ], 'OR')
) {