topic管理

This commit is contained in:
hh
2020-11-30 14:38:15 +08:00
parent 04cee64861
commit 553444f6e8
4 changed files with 99 additions and 43 deletions

View File

@ -34,7 +34,8 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
target: `http://47.115.73.110:8080`,
// target: `http://47.115.73.110:8080`,
// target: `http://121.37.250.170:8080`,
target: `http://192.168.0.129:8080`,
changeOrigin: true,
pathRewrite: {
@ -48,6 +49,7 @@ module.exports = {
name: name,
resolve: {
alias: {
'vue$': 'vue/dist/vue.esm.js',
'@': resolve('src')
}
}