feat(ui): add userPanel component

This commit is contained in:
songlh
2024-10-22 13:59:38 +08:00
parent f1fababa3d
commit 4111c634d9
9 changed files with 547 additions and 47 deletions

View File

@@ -168,6 +168,15 @@ export default {
monetaryAmount: '货币金额',
custom: '自定义',
},
userPanel: {
myProfile: '个人中心',
accountPassword: '账号密码',
notice: '通知中心',
switchLanguage: '切换语言',
bindAccount: '绑定账号',
switchAccount: '切换账号',
logout: '退出账号'
},
cmdb: cmdb_zh,
cs: cs_zh,
acl: acl_zh,