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