海外版本代码,相关配置变更
This commit is contained in:
@ -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