zhaojiale
2022-08-18 375b6acbd3a8f9cf51f967b09ecd09eccd1a12f3
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/, ''),