feat: align lightweight admin with zq platform shell
This commit is contained in:
@@ -11,6 +11,7 @@ export const LIGHT_MENU_NAMES = new Set([
|
||||
'AnnouncementList',
|
||||
'AnnouncementManage',
|
||||
'CodexAgentChat',
|
||||
'FileManager',
|
||||
'Message',
|
||||
'MessageCenter',
|
||||
'MessageList',
|
||||
@@ -27,6 +28,7 @@ export const LIGHT_MENU_NAMES = new Set([
|
||||
'SystemLoginLog',
|
||||
'SystemManagement',
|
||||
'SystemOrgChart',
|
||||
'SystemTools',
|
||||
'SystemConfig',
|
||||
'SystemConfigManager',
|
||||
'SystemMonitoring',
|
||||
@@ -37,6 +39,8 @@ export const LIGHT_MENU_NAMES = new Set([
|
||||
'UIConfig',
|
||||
'UIConfigManager',
|
||||
'UserManagement',
|
||||
'userCenter',
|
||||
'userSettings',
|
||||
]);
|
||||
|
||||
const LIGHT_ROUTE_PATH_PREFIXES = [
|
||||
@@ -70,6 +74,8 @@ const LIGHT_ROUTE_PATH_PREFIXES = [
|
||||
'/system/ui-config',
|
||||
'/system/user',
|
||||
'/tool/dict',
|
||||
'/tool/file',
|
||||
'/log/login-log',
|
||||
'/user-center',
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user