From b51783d98fc5b4819a07adcb3389f3268dfbd97a Mon Sep 17 00:00:00 2001 From: Bai Date: Thu, 3 Jun 2021 13:10:18 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B4=A6=E5=8F=B7=E7=AE=A1=E7=90=86?= =?UTF-8?q?=EF=BC=88=E7=BF=BB=E8=AF=91=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/langs/en.json | 3 +++ src/router/accounts.js | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/i18n/langs/en.json b/src/i18n/langs/en.json index cd7e931fe..d3e39975b 100644 --- a/src/i18n/langs/en.json +++ b/src/i18n/langs/en.json @@ -520,6 +520,9 @@ }, "route": { "": "", + "Accounts": "Accounts", + "AssetAccount": "Asset account", + "ApplicationAccount": "Application account", "Ticket": "Tickets", "CommandConfirm": "Command confirm", "AdminUserCreate": "Admin user create", diff --git a/src/router/accounts.js b/src/router/accounts.js index b2e9fb89a..cf7671607 100644 --- a/src/router/accounts.js +++ b/src/router/accounts.js @@ -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 } ]