diff --git a/vue.config.js b/vue.config.js index d18e8a4..c2191fb 100644 --- a/vue.config.js +++ b/vue.config.js @@ -51,6 +51,12 @@ module.exports = { // } } } + // proxy: { + // '/prod-api': { + // target: 'http://t-mana.beida413.com/', + // changeOrigin: true, + // } + // } // before: require('./mock/mock-server.js') }, configureWebpack: {