Skip to content

Commit 85b408e

Browse files
committed
fix: Shared knowledge workflow back
1 parent 4591d4d commit 85b408e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/knowledge-workflow/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ const go = () => {
474474
475475
const get_shared_route = () => {
476476
if (hasPermission([RoleConst.ADMIN, PermissionConst.SHARED_KNOWLEDGE_DOCUMENT_READ], 'OR')) {
477-
return `knowledge/${id}/shared/4/document`
477+
return `/knowledge/${id}/shared/4/document`
478478
} else if (
479479
hasPermission([RoleConst.ADMIN, PermissionConst.SHARED_KNOWLEDGE_PROBLEM_READ], 'OR')
480480
) {

0 commit comments

Comments
 (0)