设置页面
This commit is contained in:
@@ -111,6 +111,9 @@
|
||||
.then((res) => {
|
||||
if (res) {
|
||||
userInfoStore.setToken(res)
|
||||
userInfoStore.setUserInfo({
|
||||
email: formData.email
|
||||
})
|
||||
router.push({ name: 'nuic' })
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user