fix: 修复不同页签之间认证共享问题 (#560)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run

This commit is contained in:
shaohuzhang1 2024-05-27 18:27:08 +08:00 committed by GitHub
parent a22e0aaec2
commit c77b20c079
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,7 @@ const useUserStore = defineStore({
return result
}
}
return null
return localStorage.getItem('accessToken')
},
getPermissions() {