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