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