@@ -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 {