11
WXL
2025-07-23 84a78851bf9568ffdfa63a828f6702eaa2157a8a
vite.config.ts
@@ -32,8 +32,8 @@
      proxy: {
        ['/admin-api']: {
          // target: 'http://192.168.100.120:48080',
          target: 'http://localhost:8095',
          // target: 'http://192.168.100.194:48080',
          // target: 'http://localhost:8095',
          target: 'http://192.168.100.194:48080',
          ws: false,
          changeOrigin: true,
          // rewrite: (path) => path.replace(new RegExp(`^/admin-api`), ''),