spring
3 天以前 126316e94197a03012d37d5a9170c0f854367bfa
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,