diff --git a/src/views/login/index.vue b/src/views/login/index.vue index c31e6d48..79431359 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -205,17 +205,21 @@ " >

About

-

关于

-

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

关于

+

+ +

-

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

-

+

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

+

V{{ $version.IsEnv_US ? $version.Version_US : $version.Version }}

@@ -313,7 +317,8 @@ export default { computed: { ...mapGetters(['asyncRoutes', 'routes', 'language']), host() { - return window.location.host + // return window.location.host + return 'elevateimaging.ai ' }, }, watch: {