优化:本地调试

master
李春波 1 year ago
parent 1454ae3d46
commit 45179dfcda
  1. 13
      front/vue.config.js

@ -130,11 +130,22 @@ const vueConfig = {
target: 'http://localhost:8789',
ws: false,
changeOrigin: true
},
'/wechat': {
target: 'http://localhost:8789',
ws: false,
changeOrigin: true
},
'/openapi': {
target: 'http://localhost:8789',
ws: false,
changeOrigin: true
}
},
client: {
overlay: false
}
},
allowedHosts: 'all'
},
// disable source map in production

Loading…
Cancel
Save