feat:更新协作信息

This commit is contained in:
leilei
2025-11-18 17:42:15 +08:00
parent ca93e91326
commit a894367dcc
22 changed files with 1085 additions and 458 deletions

View File

@@ -89,7 +89,7 @@ const loading = ref(false)
password: ciphertext,
username: loginForm.value.username,
})
.then(async (res) => {
.then(async (res) => {
const userInfo = JSON.parse(sessionStorage.getItem('userData'))
await handleLoginSuccess();
})