mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-10-18 07:33:43 +08:00
feat(projects): 新增多页签缓存功能
This commit is contained in:
@@ -4,5 +4,7 @@ export enum EnumStorageKey {
|
||||
/** 用户刷新token */
|
||||
'refresh-koken' = '__REFRESH_TOKEN__',
|
||||
/** 用户信息 */
|
||||
'user-info' = '__USER_INFO__'
|
||||
'user-info' = '__USER_INFO__',
|
||||
/** 多页签路由信息 */
|
||||
'tab-route' = '__TAB_ROUTE__'
|
||||
}
|
||||
|
Reference in New Issue
Block a user