vue.config.js
@@ -26,6 +26,15 @@ devServer: { port: 8993, open: true, // Local websocket proxy (dev only) so local access can reach backend. // Production build uses the real backend address directly (see wsUrl in home/index.vue). proxy: { '/admin': { target: 'http://1.15.17.182:9031', ws: true, changeOrigin: true, }, }, }, configureWebpack: { name: name,