Issue #3: Done.

This commit is contained in:
chiayin
2023-10-04 15:04:51 +08:00
parent c845d0674a
commit 40b339a235
4 changed files with 6 additions and 6 deletions

View File

@@ -46,7 +46,7 @@ export default defineStore('loginStore', {
};
},
/**
* log out, tooken expired
* Logout, tooken expired
*/
logOut() {
let isCookie = document.cookie.split(';').some(c => c.trim().startsWith('luciaToken='));