fix: restore dashboard runtime home
This commit is contained in:
@@ -32,10 +32,12 @@ const baseModules = import.meta.glob([
|
||||
const businessModules = import.meta.glob([
|
||||
'./langs/zh-CN/ai-platform.json',
|
||||
'./langs/zh-CN/announcement.json',
|
||||
'./langs/zh-CN/dashboard-design.json',
|
||||
'./langs/zh-CN/menu.json',
|
||||
'./langs/zh-CN/message.json',
|
||||
'./langs/zh-CN/permission.json',
|
||||
'./langs/zh-CN/role.json',
|
||||
'./langs/zh-CN/system-config.json',
|
||||
'./langs/zh-CN/system.json',
|
||||
'./langs/zh-CN/user.json',
|
||||
]);
|
||||
|
||||
@@ -9,6 +9,8 @@
|
||||
"codex": "Codex",
|
||||
"startChat": "开始聊天",
|
||||
"systemManagement": "系统管理",
|
||||
"applicationManagement": "应用管理",
|
||||
"systemMonitoring": "系统监控",
|
||||
"userManagement": "用户管理",
|
||||
"roleManagement": "角色权限",
|
||||
"permissionManagement": "API管理",
|
||||
|
||||
Reference in New Issue
Block a user