初始化3.0.0版本

This commit is contained in:
zengqiao
2022-08-18 17:04:05 +08:00
parent 462303fca0
commit 51832385b1
2446 changed files with 93177 additions and 127211 deletions

View File

@@ -0,0 +1,10 @@
import { systemKey } from '../constants/menu';
export default {
[`menu.${systemKey}.setting`]: 'setting',
[`menu.${systemKey}.user`]: 'userManagement',
[`menu.${systemKey}.operationLog`]: 'operationLog',
'sider.footer.hide': 'hide',
'sider.footer.expand': 'expand',
};

View File

@@ -0,0 +1,12 @@
import { systemKey } from '../constants/menu';
/**
* 用于左侧菜单与顶部路由导航中文展示key值与各页面路径对应比如dashboard页路由/cluster/dashbordkey值menu.cluster.dashborad
*/
export default {
[`menu.${systemKey}.setting`]: '配置管理',
[`menu.${systemKey}.user`]: '用户管理',
[`menu.${systemKey}.operationLog`]: '审计日志',
'sider.footer.hide': '收起',
'sider.footer.expand': '展开',
};