mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-30 17:52:48 +00:00
fix: Lost historical conversation records (#2954)
This commit is contained in:
parent
77e96624ee
commit
0ec198fa43
|
|
@ -65,7 +65,7 @@ const useUserStore = defineStore({
|
|||
if (token) {
|
||||
return token
|
||||
}
|
||||
const local_token = localStorage.getItem(`${token}-accessToken`)
|
||||
const local_token = localStorage.getItem(`${this.userAccessToken}-accessToken`)
|
||||
if (local_token) {
|
||||
return local_token
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue