|
@@ -2,9 +2,10 @@ module.exports = {
|
|
|
// 小程序配置
|
|
|
// #ifdef MP || APP-PLUS
|
|
|
// 请求域名 格式: https://您的域名
|
|
|
- // HTTP_REQUEST_URL: `https://www.gzzhsckj.com`,
|
|
|
- HTTP_REQUEST_URL: `http://127.0.0.1:8802`,
|
|
|
- // HTTP_REQUEST_URL: `v4.crmeb.net`,
|
|
|
+ // HTTP_REQUEST_URL: `https://test.changgengkeji.com/api`,
|
|
|
+ HTTP_REQUEST_URL: `https://zyg.changgengkeji.com/api`,
|
|
|
+ // HTTP_REQUEST_URL: `http://65i1sxopd9qp.ngrok.xiaomiqiu123.top`,
|
|
|
+ // HTTP_REQUEST_URL: `http://localhost:8802`,
|
|
|
// #endif
|
|
|
|
|
|
// H5配置
|