chore(vue.config): add new proxy
This commit is contained in:
parent
e9c62d1954
commit
026dcf4f3e
|
@ -51,6 +51,12 @@ module.exports = {
|
|||
}
|
||||
}
|
||||
}
|
||||
// proxy: {
|
||||
// '/prod-api': {
|
||||
// target: 'http://t-mana.beida413.com/',
|
||||
// changeOrigin: true,
|
||||
// }
|
||||
// }
|
||||
// before: require('./mock/mock-server.js')
|
||||
},
|
||||
configureWebpack: {
|
||||
|
|
Loading…
Reference in New Issue