mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-15 14:24:39 +00:00
feat: 账号管理(翻译)
This commit is contained in:
@@ -520,6 +520,9 @@
|
||||
},
|
||||
"route": {
|
||||
"": "",
|
||||
"Accounts": "Accounts",
|
||||
"AssetAccount": "Asset account",
|
||||
"ApplicationAccount": "Application account",
|
||||
"Ticket": "Tickets",
|
||||
"CommandConfirm": "Command confirm",
|
||||
"AdminUserCreate": "Admin user create",
|
||||
|
||||
@@ -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
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user