File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const applicationRouter = {
77 menu : true ,
88 permission : [
99 RoleConst . ADMIN ,
10- RoleConst . USER ,
10+ RoleConst . USER . getWorkspaceRole ,
1111 RoleConst . WORKSPACE_MANAGE . getWorkspaceRole ,
1212 PermissionConst . APPLICATION_READ . getWorkspacePermissionWorkspaceManageRole ,
1313 PermissionConst . APPLICATION_READ . getWorkspacePermission ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const ModelRouter = {
77 menu : true ,
88 permission : [
99 RoleConst . ADMIN ,
10- RoleConst . USER ,
10+ RoleConst . USER . getWorkspaceRole ,
1111 RoleConst . WORKSPACE_MANAGE . getWorkspaceRole ,
1212 PermissionConst . KNOWLEDGE_READ . getWorkspacePermission ,
1313 PermissionConst . KNOWLEDGE_READ . getWorkspacePermissionWorkspaceManageRole ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const ModelRouter = {
77 menu : true ,
88 permission : [
99 RoleConst . ADMIN ,
10- RoleConst . USER ,
10+ RoleConst . USER . getWorkspaceRole ,
1111 RoleConst . WORKSPACE_MANAGE . getWorkspaceRole ,
1212 PermissionConst . MODEL_READ . getWorkspacePermission ,
1313 PermissionConst . MODEL_READ . getWorkspacePermissionWorkspaceManageRole ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const ModelRouter = {
77 menu : true ,
88 permission : [
99 RoleConst . ADMIN ,
10- RoleConst . USER ,
10+ RoleConst . USER . getWorkspaceRole ,
1111 RoleConst . WORKSPACE_MANAGE . getWorkspaceRole ,
1212 PermissionConst . TOOL_READ . getWorkspacePermission ,
1313 PermissionConst . TOOL_READ . getWorkspacePermissionWorkspaceManageRole ,
You can’t perform that action at this time.
0 commit comments