优化请求配置

This commit is contained in:
gyq
2026-01-29 17:41:38 +08:00
parent 5586573ff1
commit 696a39da99
9 changed files with 1955 additions and 347 deletions

View File

@@ -31,7 +31,7 @@ module.exports = {
proxy: {
"/api": {
// 需要被代理的后台地址
"target": "https://cashier-client.sxczgkj.cn/cashier-client",
"target": "https://cashier-client.sxczgkj.cn",
"changeOrigin": true,
"secure": false,
"pathRewrite": {