From e42eb59053009689e194517768829608257cae4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=A2=E8=B6=8A?= <552369664@qq.com> Date: Fri, 22 Nov 2024 14:59:12 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E3=80=91=E7=99=BB=E5=BD=95=E9=A1=B5=E5=BA=95=E9=83=A8=E6=82=AC?= =?UTF-8?q?=E6=8C=82=E5=A4=87=E6=A1=88=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/en.ts | 1 + src/locales/zh-CN.ts | 1 + src/views/Login/Login.vue | 15 ++++++++++++--- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/src/locales/en.ts b/src/locales/en.ts index 6562c9b75..c2c468d9f 100644 --- a/src/locales/en.ts +++ b/src/locales/en.ts @@ -115,6 +115,7 @@ export default { login: { welcome: 'Welcome to the system', message: 'Backstage management system', + beian: '冀ICP备20240000000号', tenantname: 'TenantName', username: 'Username', password: 'Password', diff --git a/src/locales/zh-CN.ts b/src/locales/zh-CN.ts index b9deb3f24..c85571e61 100644 --- a/src/locales/zh-CN.ts +++ b/src/locales/zh-CN.ts @@ -116,6 +116,7 @@ export default { login: { welcome: '欢迎使用本系统', message: '开箱即用的中后台管理系统', + beian: '冀ICP备20240000000号', tenantname: '租户名称', username: '用户名', password: '密码', diff --git a/src/views/Login/Login.vue b/src/views/Login/Login.vue index ff6f068a7..d03612525 100644 --- a/src/views/Login/Login.vue +++ b/src/views/Login/Login.vue @@ -24,6 +24,15 @@
{{ t('login.message') }}
+
+ + {{ t('login.beian') }} + +
@@ -33,11 +42,11 @@
- {{ underlineToHump(appStore.getTitle) }} + {{ underlineToHump(appStore.getTitle) }}
@@ -116,4 +125,4 @@ $prefix-cls: #{$namespace}-login; background-color: var(--login-bg-color); } } - \ No newline at end of file +