Browse Source

企业退出登录到首页

Xiao_123 8 months ago
parent
commit
e463fb3dbd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/layout/company/navBar.vue

+ 1 - 1
src/layout/company/navBar.vue

@@ -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([])