光伏功能
This commit is contained in:
@ -189,13 +189,13 @@ export default {
|
||||
// this.$u.vuex("vuex_stationValue", val);
|
||||
if (val === '海外站' || val === 'Overseas Station') {
|
||||
this.$u.http.setConfig({
|
||||
baseUrl: 'http://1.95.170.86:8002/api',
|
||||
// baseUrl: 'https://zetatech.zzkj-cloud.com/api'
|
||||
// baseUrl: 'http://1.95.170.86:8002/api',
|
||||
baseUrl: 'https://zetatech.zzkj-cloud.com/api'
|
||||
});
|
||||
} else if (val === '中国站' || val === 'China Station') {
|
||||
this.$u.http.setConfig({
|
||||
baseUrl: 'http://1.95.170.86:8002/api'
|
||||
// baseUrl: 'https://zzkj-cloud.com/api'
|
||||
// baseUrl: 'http://1.95.170.86:8002/api'
|
||||
baseUrl: 'https://zzkj-cloud.com/api'
|
||||
});
|
||||
}
|
||||
const res = await this.$u.api.GetLanguageConfig('zh')
|
||||
|
||||
Reference in New Issue
Block a user