请求处理代理

商品管理
商品分类
用户管理
桌台
代客下单
进销存
交班
预定座位
充值管理
存酒管理
This commit is contained in:
2024-09-03 11:30:27 +08:00
parent e4835d0d27
commit da5f7ca916
348 changed files with 47437 additions and 186 deletions

View File

@@ -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"