13937891274
2022-07-05 7f325436d9e2390bc9b14b3101e077dd6d551662
vite.config.ts
@@ -28,7 +28,7 @@
         open: env.VITE_OPEN,
         proxy: {
            '/gitee': {
               target: 'https://gitee.com',
               target: 'https://192.168.0.76:8009',
               ws: true,
               changeOrigin: true,
               rewrite: (path) => path.replace(/^\/gitee/, ''),