@@ -48,7 +48,7 @@ router.beforeEach(async (to, from, next) => {
}
- if (to.path === '/login') {
+ if (to.fullPath === '/login') {
next({ path: '/recruitHome' })
// 获取字典信息