Skip to content

Commit

Permalink
Merge pull request #2758 from lhzzforever/dev/develop_ci
Browse files Browse the repository at this point in the history
fix: 修复staff菜单的权限交接页无法重定向到超管权限的菜单页
  • Loading branch information
ielgnaw authored Jul 30, 2024
2 parents bf4dd78 + 373d1ac commit d36690d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/src/common/router-handle.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ export const getRouterDiff = (payload) => {
'user',
'approval',
'permRenewal',
'permTransfer',
'audit',
'systemAccess',
'systemAccessCreate',
Expand Down Expand Up @@ -167,6 +168,7 @@ export const getRouterDiff = (payload) => {
'administrator',
'approval',
'permRenewal',
'permTransfer',
'audit',
'systemAccess',
'systemAccessCreate',
Expand Down Expand Up @@ -200,6 +202,7 @@ export const getRouterDiff = (payload) => {
'administrator',
'approval',
'permRenewal',
'permTransfer',
'audit',
'systemAccess',
'systemAccessCreate',
Expand Down Expand Up @@ -348,6 +351,7 @@ export const getNavRouterDiff = (navIndex, managerPerm = '') => {
'approvalProcess',
'approval',
'permRenewal',
'permTransfer',
'groupPermRenewal',
'permTemplateEdit',
'permTemplateDiff',
Expand Down Expand Up @@ -382,6 +386,7 @@ export const getNavRouterDiff = (navIndex, managerPerm = '') => {
'orgPermDetail',
'approval',
'permRenewal',
'permTransfer',
'systemAccess',
'systemAccessCreate',
'systemAccessAccess',
Expand Down

0 comments on commit d36690d

Please sign in to comment.