mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(projects): 添加生产的主题配置缓存
This commit is contained in:
@ -15,6 +15,8 @@ export enum EnumStorageKey {
|
||||
'refresh-token' = '__REFRESH_TOKEN__',
|
||||
/** 用户信息 */
|
||||
'user-info' = '__USER_INFO__',
|
||||
/** 主题配置 */
|
||||
'theme-settings' = '__THEME_SETTINGS__',
|
||||
/** 多页签路由信息 */
|
||||
'multi-tab-routes' = '__MULTI_TAB_ROUTES__'
|
||||
}
|
||||
|
Reference in New Issue
Block a user