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