yangfeng
2024-03-27 b265f78311f5bb0769f32a31f7006cc787bd2f53
vite.config.ts
@@ -18,7 +18,7 @@
    proxy: {
      '/api-s/': {
        // http://192.168.20.119:8003 http://192.168.20.25:7010
        target: 'http://192.168.20.120:9081',
        target: 'http://192.168.20.119:9081',
        ws: true,
        changeOrigin: true
      },