fix /experience/*

This commit is contained in:
xinbowang
2020-07-28 22:34:51 +08:00
parent 4576d43e45
commit 73a60f713f
6 changed files with 310 additions and 138 deletions

View File

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