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': {