feat: 提交首页

This commit is contained in:
pengqiao1993
2025-10-29 17:31:26 +08:00
parent 4199ceee48
commit 9258bcc0a9
46 changed files with 15838 additions and 1630 deletions

View File

@ -189,11 +189,13 @@ export default {
// this.$u.vuex("vuex_stationValue", val);
if (val === '海外站' || val === 'Overseas Station') {
this.$u.http.setConfig({
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: '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')