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