Compare commits

..

No commits in common. "b0b429c7aa6da7326a304ab5d0903b4541f3b97b" and "dbfa1a4037384c66a64abc4e0e4dee2c76034f3f" have entirely different histories.

1 changed files with 0 additions and 2 deletions

View File

@ -200,8 +200,6 @@ const changeSubject = async (command) =>{
await updateUserInfo(data)
await userStore.login({username: phonenumber, password: plainpwd})
await userStore.getInfo()
localStorage.removeItem('subjectList')
localStorage.removeItem('evaluationList')
router.go()
}