's''
This commit is contained in:
@@ -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/": "/",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user