From 3b7ea6491e34debfd75f137577370790b4ba29a1 Mon Sep 17 00:00:00 2001 From: "DESKTOP-6C3NK6N\\WXS" <815034831@qq.com> Date: Wed, 16 Oct 2024 16:13:19 +0800 Subject: [PATCH] =?UTF-8?q?lili=E6=B7=BB=E5=8A=A0=E5=85=B3=E4=BA=8E?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 35 +++++++++++++++++++++++++++++------ 1 file changed, 29 insertions(+), 6 deletions(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 3583cda8..db896199 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -155,6 +155,14 @@ 关于 + -

关于

+

+ About +

+

关于

- {{ $t('login:title:system_title') }} + {{ $t('login:title:system_title_about') }}

{{ $t('login:title:system') }}

@@ -191,18 +205,24 @@ Copyright © {{ new Date().getFullYear() }} 上海展影医疗科技有限公司 版权所有

+

+ © {{ new Date().getFullYear() }} Elevate Imaging Inc. +

Copyright © {{ new Date().getFullYear() }} Shanghai Extensive Imaging Inc.

-
+
+ +
+
@@ -263,6 +283,9 @@ export default { }, computed: { ...mapGetters(['asyncRoutes', 'routes', 'language']), + host() { + return window.location.host + }, }, watch: { '$i18n.locale': {