mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-26 23:10:18 +08:00
feat(projects): 添加页面缓存、记录在tab中的缓存页面的滚动条位置
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import {
|
||||
EnumLayoutComponentName,
|
||||
EnumThemeLayoutMode,
|
||||
EnumThemeTabMode,
|
||||
EnumThemeHorizontalMenuPosition,
|
||||
@@ -6,6 +7,9 @@ import {
|
||||
EnumLoginModule
|
||||
} from '@/enum';
|
||||
|
||||
/** 布局组件名称 */
|
||||
export type LayoutComponentName = keyof typeof EnumLayoutComponentName;
|
||||
|
||||
/** 布局模式 */
|
||||
export type ThemeLayoutMode = keyof typeof EnumThemeLayoutMode;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user