|
@@ -3,7 +3,7 @@ module.exports = (vm) => {
|
|
// 初始化请求配置
|
|
// 初始化请求配置
|
|
uni.$u.http.setConfig((config) => {
|
|
uni.$u.http.setConfig((config) => {
|
|
/* config 为默认全局配置*/
|
|
/* config 为默认全局配置*/
|
|
- config.baseURL = "https://cbec.hdlkeji.com"; /* 根域名 */
|
|
|
|
|
|
+ config.baseURL = "https://api.qbhcn.com"; /* 根域名 */
|
|
// config.baseURL = "https://cbec-test.hdlkeji.com"; /* 根域名,测试地址 */
|
|
// config.baseURL = "https://cbec-test.hdlkeji.com"; /* 根域名,测试地址 */
|
|
return config;
|
|
return config;
|
|
});
|
|
});
|