fix(config): 更新baseUrl为新的服务器地址
将本地测试地址更改为生产环境服务器地址,确保应用连接到正确的API服务
This commit is contained in:
parent
650d5aefcc
commit
21662afa47
|
|
@ -1,5 +1,6 @@
|
||||||
// const baseURL = "http://192.168.31.25:8060/api";
|
// const baseURL = "http://192.168.31.25:8060/api";
|
||||||
export const baseUrl = "http://192.168.3.38:8040/apih5";
|
// export const baseUrl = "http://192.168.3.38:8040/apih5";
|
||||||
|
export const baseUrl = "http://123.60.79.143:8041/apih5";
|
||||||
// export const baseUrl = "https://cankao.cs.com.cn/apih5";
|
// export const baseUrl = "https://cankao.cs.com.cn/apih5";
|
||||||
export const baseUrlDataV = "https://cankao.cs.com.cn/zzck_datav";
|
export const baseUrlDataV = "https://cankao.cs.com.cn/zzck_datav";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue