Compare commits
No commits in common. "2df050b20e764c53a600f5cfdf9ba79e5d9a4c3a" and "3c80abbadd521b56829dc9bfd4dec4f8aede2a3f" have entirely different histories.
2df050b20e
...
3c80abbadd
|
|
@ -60,6 +60,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