This commit is contained in:
2024-04-26 19:06:14 +08:00
parent a2f08641b9
commit 57e9cc8201
13 changed files with 81 additions and 47 deletions

View File

@@ -79,7 +79,6 @@ const useUserStore = defineStore("user", {
}
})
.catch((e) => {
console.log(e)
return false
})
},