代码更新

This commit is contained in:
GaoHao
2025-03-04 18:30:16 +08:00
parent fd0c452a76
commit 4f65b08c06
32 changed files with 622 additions and 1616 deletions

View File

@@ -168,67 +168,13 @@
"devServer" : {
"disableHostCheck" : true,
"proxy" : {
"/shopApi" : {
"/api" : {
// 需要被代理的后台地址
"target" : "https://wxcashiertest.sxczgkj.cn/cashierService",
"target" : "https://tapi.cashier.sxczgkj.cn",
"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" : ""
}
},
"/ysk" : {
// 需要被代理的后台地址
"target" : "https://admintestpapi.sxczgkj.cn",
"changeOrigin" : true,
"secure" : false,
"pathRewrite" : {
"/ysk" : ""
}
},
"/yufabu" : {
// 需要被代理的后台地址
"target" : "https://pre-cashier.sxczgkj.cn",
"changeOrigin" : true,
"secure" : false,
"pathRewrite" : {
"/yufabu" : ""
}
},
"/ww" : {
// 需要被代理的后台地址
"target" : "http://192.168.1.15:8000",
"changeOrigin" : true,
"secure" : false,
"pathRewrite" : {
"/ww" : ""
"^/api" : ""
}
}
}