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