feat:更新协作信息
This commit is contained in:
@@ -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();
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user