lili关于页面
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2025-01-20 16:14:06 +08:00
parent 823ac2f085
commit 55ae6bac7e
1 changed files with 12 additions and 7 deletions

View File

@ -205,17 +205,21 @@
" "
> >
<h1 <h1
style="text-align: center; margin-bottom: 20px" style="text-align: center; margin-bottom: 30px"
v-if="NODE_ENV === 'usa'" v-if="NODE_ENV === 'usa'"
> >
About About
</h1> </h1>
<h1 style="text-align: center; margin-bottom: 20px" v-else></h1> <h1 style="text-align: center; margin-bottom: 30px" v-else></h1>
<p style="margin-bottom: 20px" v-if="NODE_ENV === 'usa'"> <p style="margin-bottom: 0px" v-if="NODE_ENV === 'usa'">
{{ $t('login:title:system_title_about') }} <!-- {{ $t('login:title:system_title_about') }} -->
<svg-icon
icon-class="login-logo"
style="width: 250px; height: 71px"
/>
</p> </p>
<p style="margin-bottom: 20px" v-else>{{ $t('login:title:system') }}</p> <p style="margin-bottom: 0px" v-else>{{ $t('login:title:system') }}</p>
<p style="margin-bottom: 20px"> <p style="margin-bottom: 20px; margin-top: 0">
V{{ $version.IsEnv_US ? $version.Version_US : $version.Version }} V{{ $version.IsEnv_US ? $version.Version_US : $version.Version }}
</p> </p>
<p style="margin-bottom: 20px" v-if="language === 'zh'"> <p style="margin-bottom: 20px" v-if="language === 'zh'">
@ -313,7 +317,8 @@ export default {
computed: { computed: {
...mapGetters(['asyncRoutes', 'routes', 'language']), ...mapGetters(['asyncRoutes', 'routes', 'language']),
host() { host() {
return window.location.host // return window.location.host
return 'elevateimaging.ai '
}, },
}, },
watch: { watch: {