|
@@ -9,6 +9,11 @@ const app = getApp();
|
|
|
* /data/nginx proxy manager/data/web/xcx_h5
|
|
* /data/nginx proxy manager/data/web/xcx_h5
|
|
|
* 域名:http://xcxh5.ts.zhiqiyun.com/
|
|
* 域名:http://xcxh5.ts.zhiqiyun.com/
|
|
|
*/
|
|
*/
|
|
|
|
|
+/**
|
|
|
|
|
+* H5版的发布地址目录:148服务器
|
|
|
|
|
+* /data/web/module.lvluocloud.com
|
|
|
|
|
+* 域名:https://module.lvluocloud.com
|
|
|
|
|
+*/
|
|
|
const env = {
|
|
const env = {
|
|
|
NODE_ENV: 'dev',
|
|
NODE_ENV: 'dev',
|
|
|
dev: {
|
|
dev: {
|
|
@@ -20,7 +25,7 @@ const env = {
|
|
|
},
|
|
},
|
|
|
prd: {
|
|
prd: {
|
|
|
apiUrl: 'https://apimall.zhiqiyun.com',
|
|
apiUrl: 'https://apimall.zhiqiyun.com',
|
|
|
- isSolution: true,
|
|
|
|
|
|
|
+ isSolution: false,
|
|
|
shareAppid:'ZQCK1g7w7NKYAYP',
|
|
shareAppid:'ZQCK1g7w7NKYAYP',
|
|
|
H5_module_url:''
|
|
H5_module_url:''
|
|
|
},
|
|
},
|
|
@@ -29,7 +34,7 @@ const env = {
|
|
|
// apiUrl: 'http://192.168.110.176:8098' ,//yx
|
|
// apiUrl: 'http://192.168.110.176:8098' ,//yx
|
|
|
apiUrl: 'http://192.168.110.195:8098', //xw
|
|
apiUrl: 'http://192.168.110.195:8098', //xw
|
|
|
// apiUrl: 'http://192.168.110.182:8098' ,//zf
|
|
// apiUrl: 'http://192.168.110.182:8098' ,//zf
|
|
|
- isSolution: true,
|
|
|
|
|
|
|
+ isSolution: false,
|
|
|
shareAppid:'ZQ4KaYIMHTypO0T',
|
|
shareAppid:'ZQ4KaYIMHTypO0T',
|
|
|
H5_module_url:''
|
|
H5_module_url:''
|
|
|
}
|
|
}
|