charles
2024-04-25 87e09f7443e20b8ba0b0c679cc75eb6bb3539c07
vite.config.ts
@@ -18,13 +18,14 @@
    proxy: {
      '/api-s/': {
        // http://192.168.20.119:8003 http://192.168.20.25:7010
        target: 'http://192.168.20.119:9081',
        //target: 'http://192.168.20.119:9081',
        target:'http://pad.fai365.com',
        ws: true,
        changeOrigin: true
      },
      '/api': {
        // http://192.168.20.119:8003 http://192.168.20.25:7010
        target: 'http://192.168.20.119:8001',
        target:'http://pad.fai365.com',
        ws: true,
        changeOrigin: true
      }