diff --git a/vite.config.ts b/vite.config.ts
index 4cb08c2..37c8f42 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -37,12 +37,11 @@ export default (configEnv: ConfigEnv): UserConfigExport => {
       /** 接口代理 */
       proxy: {
         "/api/v1": {
-          // target: "https://mock.mengxuegu.com/mock/63218b5fb4c53348ed2bc212/api/v1",
-          target: "https://www.fastmock.site/mock/761e2dda2b8890ab86c928a74e8f6538/api/v1",
+          // target: "https://mock.mengxuegu.com/mock/63218b5fb4c53348ed2bc212",
+          target: "https://www.fastmock.site/mock/761e2dda2b8890ab86c928a74e8f6538",
           ws: true,
           /** 是否允许跨域 */
-          changeOrigin: true,
-          rewrite: (path) => path.replace("/api/v1", "")
+          changeOrigin: true
         }
       }
     },