This commit is contained in:
eric
2025-09-09 19:21:08 +08:00
parent 8dd0faeb34
commit 1cb0295d2d
2 changed files with 92 additions and 15 deletions

View File

@@ -116,7 +116,9 @@ const config = {
// port: 10087, // 选择一个适当的端口号
proxy: {
"/api/": {
target: JSON.parse('"http://localhost:8700"'), //本地调试端口
// target: JSON.parse('"http://localhost:8200"'), //本地调试端口
target: JSON.parse('"http://192.168.31.222:8200"'), //本地调试端口
pathRewrite: {
"^/api/": "/",
},