feat: 账号管理(翻译)

This commit is contained in:
Bai
2021-06-03 13:10:18 +08:00
parent 091038de95
commit b51783d98f
2 changed files with 4 additions and 1 deletions

View File

@@ -520,6 +520,9 @@
},
"route": {
"": "",
"Accounts": "Accounts",
"AssetAccount": "Asset account",
"ApplicationAccount": "Application account",
"Ticket": "Tickets",
"CommandConfirm": "Command confirm",
"AdminUserCreate": "Admin user create",

View File

@@ -16,7 +16,7 @@ export default [
path: 'create',
component: () => import('@/views/accounts/AssetAccount/AssetAccountCreate'),
name: 'AssetAccountCreate',
meta: { title: i18n.t('accounts.Create'), activeMenu: '/accounts/asset-accounts/' },
meta: { title: i18n.t('common.Create'), activeMenu: '/accounts/asset-accounts/' },
hidden: true
}
]