智慧农业后台管理页面
zhongrj
2022-07-29 7dc07507ec0d74babadd096b32a4e19ae87b1724
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}