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