海外版本代码,相关配置变更
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
</view>
|
||||
<view class="content-msg">
|
||||
{{ $t('homePage.home.msgf')}}
|
||||
<span class="xieyi" @click="toDetail"><u-link color="#009458" href="https://ecloud.hoenergypower.cn/app-privacy-zh.html">《{{ $t('homePage.home.yhxy')}}》</u-link></span>{{ $t('homePage.home.and')}}<span class="xieyi" @click="toDetail"><u-link color="#009458" href="https://ecloud.hoenergypower.cn/app-privacy-zh.html">《{{ $t('homePage.home.yszc')}}》</u-link></span>
|
||||
<span class="xieyi" @click="toDetail"><u-link color="#009458" href="https://zetatech.zzkj-cloud.com/app-privacy-en.html">《{{ $t('homePage.home.yhxy')}}》</u-link></span>{{ $t('homePage.home.and')}}<span class="xieyi" @click="toDetail"><u-link color="#009458" href="https://zetatech.zzkj-cloud.com/app-privacy-en.html">《{{ $t('homePage.home.yszc')}}》</u-link></span>
|
||||
{{ $t('homePage.home.msgs')}}
|
||||
</view>
|
||||
<view class="content-icon">
|
||||
|
||||
@ -189,13 +189,11 @@ export default {
|
||||
// this.$u.vuex("vuex_stationValue", val);
|
||||
if (val === '海外站' || val === 'Overseas Station') {
|
||||
this.$u.http.setConfig({
|
||||
// baseUrl: 'https://ecloud.hoenergypower.cn/api'
|
||||
baseUrl: 'https://zzkj-cloud.com/api'
|
||||
baseUrl: 'https://zetatech.zzkj-cloud.com/api'
|
||||
});
|
||||
} else if (val === '中国站' || val === 'China Station') {
|
||||
this.$u.http.setConfig({
|
||||
// baseUrl: 'https://ecloud.hoenergypower.cn/api'
|
||||
baseUrl: 'https://zzkj-cloud.com/api'
|
||||
baseUrl: 'https://zetatech.zzkj-cloud.com/api'
|
||||
});
|
||||
}
|
||||
const res = await this.$u.api.GetLanguageConfig('zh')
|
||||
|
||||
Reference in New Issue
Block a user