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