设置页面

This commit is contained in:
2026-02-23 14:45:35 +08:00
parent 1e21e3b408
commit e6cba6f031
20 changed files with 530 additions and 63 deletions

View File

@@ -111,6 +111,9 @@
.then((res) => {
if (res) {
userInfoStore.setToken(res)
userInfoStore.setUserInfo({
email: formData.email
})
router.push({ name: 'nuic' })
}
})