This commit is contained in:
hezhengao 2024-07-26 16:14:21 +08:00
parent e8d14dda95
commit 2f76fa6f4b
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
target: `http://localhost:8090`,
target: `http://localhost:192.168.3.114:8090`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''