解决: token过期退出重新登录,online菜单还是提示token过期
This commit is contained in:
4
src/utils/cache/persistent.ts
vendored
4
src/utils/cache/persistent.ts
vendored
@@ -56,6 +56,10 @@ function initPersistentMemory() {
|
||||
|
||||
export class Persistent {
|
||||
static getLocal<T>(key: LocalKeys) {
|
||||
//update-begin---author:scott ---date:2022-10-27 for:token过期退出重新登录,online菜单还是提示token过期----------
|
||||
const globalCache = ls.get(APP_LOCAL_CACHE_KEY);
|
||||
localMemory.setCache(globalCache);
|
||||
//update-end---author:scott ---date::2022-10-27 for:token过期退出重新登录,online菜单还是提示token过期----------
|
||||
return localMemory.get(key)?.value as Nullable<T>;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user