11
WXL
2025-07-10 09855ac9cf72ddb9364ecd130155fd1c5b6f8d66
vite.config.ts
@@ -31,7 +31,8 @@
      // 本地跨域代理. 目前注释的原因:暂时没有用途,server 端已经支持跨域
      proxy: {
        ['/admin-api']: {
          target: 'http://192.168.100.100:48080',
          // target: 'http://192.168.100.120:48080',
          target: 'http://localhost:8095',
          // target: 'http://192.168.100.194:48080',
          ws: false,
          changeOrigin: true,