UNPKG
yinghe-lowcode-zln
Version:
latest (3.4.46)
3.4.46
3.4.45
基于vue、ant-design-vue,datagrid的低代码平台
yinghe-lowcode-zln
/
constants
/
menuType.js
8 lines
(7 loc)
•
127 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
const
menuType = { S:
'S'
,
//系统
M:
'M'
,
//目录
C:
'C'
,
//菜单
F:
'F'
//按钮/资源
}
export
default
menuType