feat: align lightweight admin with zq platform shell

This commit is contained in:
2026-06-22 05:29:32 +08:00
parent 4ec846a702
commit 1b835a4aad
14 changed files with 280 additions and 41 deletions
@@ -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',
];