feat-wip(components): 相关页面及路由代码提交"

This commit is contained in:
2025-12-01 14:31:42 +08:00
parent 65640c8b71
commit 12f3ad79fb
9 changed files with 152 additions and 4 deletions

View File

@ -222,7 +222,12 @@ const local: App.I18n.Schema = {
404: '页面不存在',
500: '服务器错误',
'iframe-page': '外链页面',
home: '首页'
home: '首页',
system: '系统管理',
system_conf: '系统配置',
system_conf_dictionary: '数据字典',
system_rbac: '组织架构',
system_rbac_region: '行政区划'
},
page: {
login: {
@ -299,6 +304,18 @@ const local: App.I18n.Schema = {
desc5: 'Soybean 刚才把工作台页面随便写了一些,凑合能看了!'
},
creativity: '创意'
},
system: {
conf: {
dictionary: {
title: '数据字典'
}
},
rbac: {
region: {
title: '行政区划'
}
}
}
},
form: {