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',