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