This commit is contained in:
熊丽君
2022-01-12 16:22:12 +08:00
parent 83d75d6578
commit cca03ddfce

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://192.168.0.137:8000`,
target: `http://192.168.0.142:8000`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: '',