海外版本代码,相关配置变更

This commit is contained in:
2025-08-06 16:10:07 +08:00
parent c9c793e1e3
commit 79d755fbad
11 changed files with 50 additions and 46 deletions

View File

@ -6,7 +6,7 @@
<stationDropdow disabled style="width: 100%" ref="dropdow" />
</view>
</u-navbar>
<view class="subTab">
<view class="subTab">
<u-subsection :list="policyTypeList" :current="currentType" v-show="inputDataBox.length" :animation="true"
@change="sectionChange" :active-color="'#3D9F7F'">
</u-subsection>
@ -162,7 +162,7 @@ export default {
this.stationId = val.id;
this.getTemplate();
this.getIssueDevices();
this.getValueLiist()
// this.getValueLiist()
setTimeout(() => {
this.getIssueStatus();
}, 200);
@ -314,7 +314,7 @@ export default {
sectionChange (val) {
this.currentType = val
if (val === 1) {
this.getValueLiist()
// this.getValueLiist()
}
},
async getValueLiist () {
@ -515,7 +515,7 @@ export default {
type: "warning",
});
} finally {
this.getValueLiist()
// this.getValueLiist()
}
}

View File

@ -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">

View File

@ -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')

View File

@ -9,7 +9,7 @@
</view>
<u-cell-group class="form" :border="false">
<navigator url="" open-type="navigate">
<u-cell-item :title="$t('homePage.mine.companyHomepage')">https://www.hoenergypower.cn</u-cell-item>
<u-cell-item :title="$t('homePage.mine.companyHomepage')">https://www.zetatech-energy.com</u-cell-item>
</navigator>
<navigator>
<u-cell-item :arrow="false" :title="$t('homePage.mine.technicalServices')">15389457063</u-cell-item>
@ -23,7 +23,7 @@
</u-row>
<view class="copyright">
<view> 版权所有</view>
<view>Copyright &copy; 2021 hoenergy.com</view>
<view>Copyright &copy; 2025 zzkj-cloud.com</view>
</view>
</view>
</template>