mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: 修复不同页签之间认证共享问题 (#560)
This commit is contained in:
parent
a22e0aaec2
commit
c77b20c079
|
|
@ -35,7 +35,7 @@ const useUserStore = defineStore({
|
|||
return result
|
||||
}
|
||||
}
|
||||
return null
|
||||
return localStorage.getItem('accessToken')
|
||||
},
|
||||
|
||||
getPermissions() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue