shj
2022-08-02 ec3c0e8012bb8ffcfed43bf4dc552e1e6214c771
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/, ''),