Compare commits

..

No commits in common. "2df050b20e764c53a600f5cfdf9ba79e5d9a4c3a" and "3c80abbadd521b56829dc9bfd4dec4f8aede2a3f" have entirely different histories.

1 changed files with 6 additions and 0 deletions

View File

@ -60,6 +60,12 @@ module.exports = {
// }
// }
// }
proxy: {
'/prod-api': {
target: 'http://t-mana.beida413.com/',
changeOrigin: true
}
}
// before: require('./mock/mock-server.js')
},
configureWebpack: {