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