This commit is contained in:
BOOL\25024
2023-07-18 14:51:10 +08:00
parent aababa3bba
commit 39ba226345
2 changed files with 57 additions and 62 deletions

View File

@@ -37,7 +37,7 @@ module.exports = {
[process.env.VUE_APP_BASE_API]: {
// target: `http://localhost:8080`,
// 更改代理为本地地址
target: `http://192.168.2.5:8080`,
target: `http://192.168.2.6:8080`,
changeOrigin: true,
pathRewrite: {
["^" + process.env.VUE_APP_BASE_API]: "",