diff --git a/vue.config.js b/vue.config.js index 39d5180..1f309b9 100644 --- a/vue.config.js +++ b/vue.config.js @@ -3,7 +3,7 @@ module.exports = { port: 1887, proxy: { '/api': { - target: 'http://192.168.1.109:8000', + target: 'http://localhost:8000', ws: true, pathRewrite: { '^/api': '/'