diff --git a/vue/vue.config.js b/vue/vue.config.js index 933c05e..89b9a94 100644 --- a/vue/vue.config.js +++ b/vue/vue.config.js @@ -8,6 +8,7 @@ module.exports = defineConfig({ '/': { target: 'http://localhost:8088', changeOrigin: true, + ws: false, } } },