feat:更换域名

This commit is contained in:
2025-11-05 14:50:28 +08:00
parent ec0a7bae7d
commit 66e9a93b34
2 changed files with 4 additions and 4 deletions
@@ -23,8 +23,9 @@ export default {
}, },
}, },
wvNode: null, wvNode: null,
webviewUrl:'http://agent.outer.tbmall.xin:6880/' webviewUrl:'https://agent.o.tbmall.xin/',//中台测试
// webviewUrl: "http://192.168.0.101:8000/", // webviewUrl:'https://agent.tbmall.xin',
// webviewUrl: "http://192.168.1.29:8004/",
}; };
}, },
+1 -2
View File
@@ -4,8 +4,7 @@
// export const BASE_URL = "https://api.tbmall.xin"; //生产 // export const BASE_URL = "https://api.tbmall.xin"; //生产
// export const BASE_URL ='http://api.hm.a-d.work:6880' // 测试 // export const BASE_URL ='http://api.hm.a-d.work:6880' // 测试
export const BASE_URL ='http://api.outer.tbmall.xin:6880' // 本地测试 export const BASE_URL ='https://api.o.tbmall.xin' // 本地测试