diff --git a/vue/vue.config.js b/vue/vue.config.js index 70d3a19f..faba3cb1 100644 --- a/vue/vue.config.js +++ b/vue/vue.config.js @@ -40,7 +40,7 @@ module.exports = { } }, ['/api/v4']: { - target: `http://wumei.live:8081`, + target: `http://localhost:8081`, changeOrigin: true, // logLevel: 'debug', },