From 55ae6bac7e96eb28cbb9ea18ec912515d20beba2 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 20 Jan 2025 16:14:06 +0800 Subject: [PATCH] =?UTF-8?q?lili=E5=85=B3=E4=BA=8E=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 | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) 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 @@ " >
- {{ $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: {