Pre Merge pull request !4 from 樊倡盛/N/A

pull/4/MERGE
樊倡盛 2022-12-01 12:45:42 +00:00 committed by Gitee
commit 1a050ebc7b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 9 additions and 1 deletions

View File

@ -36,7 +36,15 @@ module.exports = {
warnings: false,
errors: true
},
before: require('./mock/mock-server.js')
proxy: {
[process.env.VUE_APP_BASE_API ]: {
target: 'http://127.0.0.1:8080',
changeOrigin: true,
pathRewrite: {
[ '^' + process.env.VUE_APP_BASE_API ]: ''
}
}
}
},
configureWebpack: {
// provide the app's title in webpack's name field, so that