|
@@ -2,14 +2,13 @@ module.exports = {
|
|
|
// 小程序配置
|
|
|
// #ifdef MP || APP-PLUS
|
|
|
// 请求域名 格式: https://您的域名
|
|
|
- HTTP_REQUEST_URL: `http://ykt.ns.liuniu946.com`,
|
|
|
+ HTTP_REQUEST_URL: `https://liaoningaoxun.com`,
|
|
|
// #endif
|
|
|
|
|
|
// H5配置
|
|
|
// #ifdef H5
|
|
|
//H5接口是浏览器地址,非单独部署不用修改
|
|
|
- // HTTP_REQUEST_URL: window.location.protocol + "//" + window.location.host,
|
|
|
- HTTP_REQUEST_URL:"http://ykt.ns.liuniu946.com",
|
|
|
+ HTTP_REQUEST_URL: window.location.protocol + "//" + window.location.host,
|
|
|
// #endif
|
|
|
|
|
|
|