From 4cb8f96ee108c3deff447f734f47734117f4cb3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E5=8F=B6?= Date: Thu, 29 Sep 2022 15:19:28 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=EF=BC=8C=E5=BF=98=E8=AE=B0?= =?UTF-8?q?=E5=AF=86=E7=A0=81=E5=8E=BB=E6=8E=89=E5=BE=AE=E4=BF=A1=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E7=AD=89=EF=BC=8C=E4=BF=AE=E6=94=B9=E7=89=88=E6=9D=83?= =?UTF-8?q?=E5=A3=B0=E6=98=8E=E7=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/lang/en/layout.js | 2 +- src/i18n/lang/zh_TW/layout.js | 2 +- src/views/forget/index.vue | 6 +++--- src/views/login/index.vue | 10 +++++----- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/i18n/lang/en/layout.js b/src/i18n/lang/en/layout.js index 4f4667b..bf51422 100644 --- a/src/i18n/lang/en/layout.js +++ b/src/i18n/lang/en/layout.js @@ -10,7 +10,7 @@ export default { website: 'Website', document: 'Document', authorization: 'Authorization', - copyright: 'Copyright © 2022 Wuhan EClouds Technology Co., Ltd' + copyright: 'Copyright © 2022 狸车(厦门)网络科技有限公司' }, logout: { title: 'Confirm', diff --git a/src/i18n/lang/zh_TW/layout.js b/src/i18n/lang/zh_TW/layout.js index cfd0bd5..5418b39 100644 --- a/src/i18n/lang/zh_TW/layout.js +++ b/src/i18n/lang/zh_TW/layout.js @@ -10,7 +10,7 @@ export default { website: '官網', document: '檔案', authorization: '授權', - copyright: 'Copyright © 2022 武漢易雲智科技有限公司' + copyright: 'Copyright © 2022 狸车(厦门)网络科技有限公司' }, logout: { title: '詢問', diff --git a/src/views/forget/index.vue b/src/views/forget/index.vue index 231ca0a..71b0e4d 100644 --- a/src/views/forget/index.vue +++ b/src/views/forget/index.vue @@ -80,7 +80,7 @@ @@ -109,7 +109,7 @@ -
@@ -118,7 +118,7 @@ 居中 居右 -
+ --> diff --git a/src/views/login/index.vue b/src/views/login/index.vue index e311bb7..120d2bf 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -76,7 +76,7 @@ {{ loading ? $t('login.loading') : $t('login.login') }} -
+
@@ -98,7 +98,7 @@ />
-
@@ -107,7 +107,7 @@ 居中 居右 -
+
-->