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