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