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