|
@@ -50,7 +50,7 @@
|
|
|
"quickapp" : {},
|
|
|
/* 小程序特有相关 */
|
|
|
"mp-weixin" : {
|
|
|
- "appid": "wxa78dcac45940aceb",
|
|
|
+ "appid" : "wxa78dcac45940aceb",
|
|
|
// "appid": "wxede092280fc9f7c7",
|
|
|
// "appid": "wx08b337e860e3ea58",
|
|
|
"setting" : {
|
|
@@ -90,7 +90,7 @@
|
|
|
"disableHostCheck" : true,
|
|
|
"proxy" : {
|
|
|
"/socket1" : {
|
|
|
- "target" : "ws://61.164.207.46:8200",
|
|
|
+ "target" : "ws://61.164.207.46:8900",
|
|
|
"changeOrigin" : true,
|
|
|
"pathRewrite" : {
|
|
|
"^/apis1" : ""
|
|
@@ -104,14 +104,14 @@
|
|
|
}
|
|
|
},
|
|
|
"/apis1" : {
|
|
|
- "target" : "http://61.164.207.46:8200",
|
|
|
+ "target" : "http://61.164.207.46:8900",
|
|
|
"changeOrigin" : true,
|
|
|
"pathRewrite" : {
|
|
|
"^/apis1" : ""
|
|
|
}
|
|
|
},
|
|
|
"/apis" : {
|
|
|
- "target" : "http://61.164.207.46:8200",
|
|
|
+ "target" : "http://61.164.207.46:8900",
|
|
|
"changeOrigin" : false,
|
|
|
"pathRewrite" : {
|
|
|
"^/apis" : ""
|