yangyin
2024-08-30 8db35335a44460b9686fcc81e7ffb359fcd57e52
vite.config.ts
@@ -35,7 +35,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',