mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 14:20:21 +08:00
refactor(projects): 精简版+动态路由权限初步
This commit is contained in:
@@ -4,7 +4,5 @@ export enum EnumStorageKey {
|
||||
/** 用户刷新token */
|
||||
'refresh-koken' = '__REFRESH_TOKEN__',
|
||||
/** 用户信息 */
|
||||
'user-info' = '__USER_INFO__',
|
||||
/** 多页签路由信息 */
|
||||
'tab-route' = '__TAB_ROUTE__'
|
||||
'user-info' = '__USER_INFO__'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user