From 9719d6d75ccecdba3c1e4f4c9c6d77d8d1f16db9 Mon Sep 17 00:00:00 2001
From: 疯狂的狮子Li <15040126243@163.com>
Date: 星期三, 12 七月 2023 10:32:31 +0800
Subject: [PATCH] fix 修复 部门搜索框使用错误问题

---
 src/router/index.ts |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/router/index.ts b/src/router/index.ts
index 76a81bc..d6aefe9 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -38,9 +38,9 @@
     ]
   },
   {
-    path: '/social-login',
+    path: '/social-callback',
     hidden: true,
-    component: () => import('@/layout/components/SocialLogin/index.vue')
+    component: () => import('@/layout/components/SocialCallback/index.vue')
   },
   {
     path: '/login',
@@ -181,4 +181,5 @@
   }
 });
 
+
 export default router;

--
Gitblit v1.9.3