chore(vue.config): add new proxy

This commit is contained in:
woody 2025-04-30 10:12:36 +08:00
parent e9c62d1954
commit 026dcf4f3e
1 changed files with 6 additions and 0 deletions

View File

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