WXL
7 小时以前 d79ce11fcd47db138764557d214f4ea2169fb90a
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,