This commit is contained in:
lzp
2026-05-05 09:49:21 +08:00
parent 1dd36b1b8c
commit 8acb5b4ce5

View File

@@ -127,6 +127,7 @@
if (res) { if (res) {
userInfoStore.setToken(res) userInfoStore.setToken(res)
userInfoStore.setUserInfo({ userInfoStore.setUserInfo({
username: formData.name,
email: formData.email email: formData.email
}) })
router.push({ name: 'nuic' }) router.push({ name: 'nuic' })