sinake
2026-06-22 b6d3aeac5729abd70e46cf5999163356f7f8add0
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.141:48080',
          ws: false,
          changeOrigin: true,
          // rewrite: (path) => path.replace(new RegExp(`^/admin-api`), ''),