Ureport配置

This commit is contained in:
DESKTOP-J7ED0MB\yinjinlu 2022-10-17 22:30:15 +08:00
parent f7f237b36e
commit dc64d06460

View File

@ -40,7 +40,15 @@ module.exports = {
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''
}
}
},
'/ureport': {
target: 'http://localhost:8080',
ws:false,
changeOrigin: true,
pathRewrite: {
'^/ureport': '/ureport'
}
},
},
disableHostCheck: true
},