mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-16 07:33:49 +08:00
v3.0.0
This commit is contained in:
@@ -8,12 +8,16 @@
|
||||
* @Copyright 1024创新实验室 ( https://1024lab.net ),Since 2012
|
||||
*/
|
||||
export const LAYOUT_ENUM = {
|
||||
SIDE_EXPAND: {
|
||||
value: 'side-expand',
|
||||
desc: '展开菜单',
|
||||
},
|
||||
SIDE: {
|
||||
value: 'side',
|
||||
desc: '传统菜单',
|
||||
desc: '传统',
|
||||
},
|
||||
SIDE_EXPAND: {
|
||||
value: 'side-expand',
|
||||
desc: '展开',
|
||||
},
|
||||
TOP: {
|
||||
value: 'top',
|
||||
desc: '顶部',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user