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