wujingjing
2025-03-21 f78e1bd0772608c7cd59264ab94f87ef94012c0b
vite.config.ts
@@ -45,7 +45,7 @@
         host: '0.0.0.0',
         port: env.VITE_PORT as unknown as number,
         open: JSON.parse(env.VITE_OPEN),
         hmr: false,
         hmr: true,
         proxy: {
            '/gitee': {
               target: 'https://gitee.com',