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