修改前端的接口设置
> 接口路径更改
> 开发时的接口转发修改

Change-Id: Ida3bd84128272fec4d42ffb8a2b1ca403cef731b
diff --git a/vite.config.ts b/vite.config.ts
index 6034831..941aa98 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -10,7 +10,7 @@
       '/api': {
         target: 'http://localhost:8080/',
         changeOrigin: true,
-        rewrite: (path:string) => path.replace(/^\/api/, ''),
+
       },
     },
   },