|
|
@@ -8,7 +8,7 @@ module.exports = {
|
|
|
// H5配置
|
|
|
// #ifdef H5
|
|
|
//H5接口是浏览器地址,非单独部署不用修改
|
|
|
- HTTP_REQUEST_URL: window.location.protocol + "//" + window.location.host,
|
|
|
+ HTTP_REQUEST_URL: `https://v5.wuht.net`||window.location.protocol + "//" + window.location.host,
|
|
|
// #endif
|
|
|
|
|
|
// 以下配置在不做二开的前提下,不需要做任何的修改
|