Browse Source

Merge branch 'groupJobFair' of https://git.citupro.com/zhengnaiwen_citu/menduner into groupJobFair

lifanagju_citu 2 months ago
parent
commit
15eb087f4d
2 changed files with 1 additions and 2 deletions
  1. 0 1
      src/layout/teacher.vue
  2. 1 1
      src/views/login/flameLogin.vue

+ 0 - 1
src/layout/teacher.vue

@@ -61,7 +61,6 @@ watch(
   async (val) => {
     // getTitle(val, route.fullPath)
     system.setBreadcrumbs(val, route.fullPath)
-    await user.getEnterpriseInfo(true)
   },
   { immediate: true },
   { deep: true }

+ 1 - 1
src/views/login/flameLogin.vue

@@ -133,7 +133,7 @@ const handleLogin = async () => {
     Confirm('系统提示',  `${text},去注册?`, {
       cancelCallback: true
     }).then(() => {
-      localStorage.setItem('flameLoginAccount', phoneRef.value.loginData.phone)
+      localStorage.setItem('loginAccount', phoneRef.value.loginData.phone)
       router.push('/register/school')
     }).catch(() => {})
   } finally {