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