请求处理代理
商品管理 商品分类 用户管理 桌台 代客下单 进销存 交班 预定座位 充值管理 存酒管理
This commit is contained in:
@@ -141,7 +141,7 @@
|
||||
"quickapp" : {},
|
||||
/* 快应用特有相关 */
|
||||
"mp-weixin" : {
|
||||
"appid" : "wx7f982bbf66000fd1",
|
||||
"appid" : "wxcf0fe8cdba153fd6",
|
||||
"setting" : {
|
||||
"urlCheck" : false,
|
||||
"minified" : true,
|
||||
@@ -175,7 +175,49 @@
|
||||
"h5" : {
|
||||
"unipush" : {
|
||||
"enable" : true
|
||||
}
|
||||
},
|
||||
"devServer": {
|
||||
"disableHostCheck": true,
|
||||
"proxy": {
|
||||
"/shopApi": {
|
||||
// 需要被代理的后台地址
|
||||
"target": "https://wxcashiertest.sxczgkj.cn/cashierService",
|
||||
"changeOrigin": true,
|
||||
"secure": false,
|
||||
"pathRewrite": {
|
||||
"^/shopApi": ""
|
||||
}
|
||||
},
|
||||
"/mch": {
|
||||
// 需要被代理的后台地址
|
||||
"target": "https://b.rscygroup.com",
|
||||
"changeOrigin": true,
|
||||
"secure": false,
|
||||
"pathRewrite": {
|
||||
"^/mch": ""
|
||||
}
|
||||
},
|
||||
"/server1": {
|
||||
// 需要被代理的后台地址
|
||||
"target": "http://101.37.12.135:8080",
|
||||
"changeOrigin": true,
|
||||
"secure": false,
|
||||
"pathRewrite": {
|
||||
"^/server1": ""
|
||||
}
|
||||
},
|
||||
"/server3": {
|
||||
// 需要被代理的后台地址
|
||||
"target": "http://101.37.12.135:8080",
|
||||
"changeOrigin": true,
|
||||
"secure": false,
|
||||
"pathRewrite": {
|
||||
"^/server3": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
},
|
||||
"mp-alipay" : {
|
||||
"appid" : "2021004128648214"
|
||||
|
||||
Reference in New Issue
Block a user