@@ -124,7 +124,7 @@ const enterpriseClick = (tabKey = 1) => {
// 退出登录
const handleLogout = async () => {
await userStore.userLogout(2)
- router.push({ path: '/login' })
+ router.push({ path: '/recruitHome' })
}
const enterpriseList = ref([])