|
@@ -48,10 +48,9 @@ router.beforeEach(async (to, from, next) => {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- // if (to.path === '/login') {
|
|
|
- // next({ path: '/recruitHome' })
|
|
|
- // } else {
|
|
|
- // }
|
|
|
+ if (to.path === '/login') {
|
|
|
+ next({ path: '/recruitHome' })
|
|
|
+ }
|
|
|
// 获取字典信息
|
|
|
const dictStore = useDictStore()
|
|
|
dictStore.getDictTypeData()
|