shj
2022-07-06 6ccbdd84fc536b3acca422df522fade6b0092a6f
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/, ''),