feat: 改成公网地址

This commit is contained in:
王天骄
2026-06-01 17:21:34 +08:00
parent e5470f9f62
commit a521c1c4cb
3 changed files with 3 additions and 7 deletions
+1 -1
View File
@@ -72,7 +72,7 @@
"devServer" : {
"proxy" : {
"/backend-api" : {
"target" : "http://192.168.2.76:8000",
"target" : "http://127.0.0.1:8000",
"changeOrigin" : true,
"pathRewrite" : {
"^/backend-api" : "/api"