add basic

This commit is contained in:
shaohaojiecoder
2020-02-07 22:05:52 +08:00
parent 680a547df4
commit ba142266fb
19 changed files with 487 additions and 122 deletions

View File

@@ -0,0 +1,13 @@
import enUS from 'ant-design-vue/es/locale-provider/en_US'
export default {
antLocale: enUS,
menu: {
preference: 'Preference',
relationViews: 'RelationViews',
treeViews: 'Treeviews',
batch: 'Batch',
ciType: 'CiType',
acl: 'ACL'
}
}

View File

@@ -0,0 +1,12 @@
import zhCN from 'ant-design-vue/es/locale-provider/zh_CN'
export default {
antLocale: zhCN,
menu: {
preference: '我的订阅',
relationViews: '关系视图',
treeViews: '树状视图',
batch: '批量导入',
ciType: '模型配置',
acl: '权限管理'
}
}