[Update] 修改core

This commit is contained in:
ibuler
2020-05-27 19:29:49 +08:00
parent 25a2cdca44
commit dbe17fbc04
13 changed files with 77 additions and 221 deletions

View File

@@ -47,7 +47,7 @@ module.exports = {
['^' + process.env.VUE_APP_BASE_API]: ''
}
},
'^/(auth|static)': {
'^/core/': {
target: `http://localhost:8080`,
changeOrigin: true
}