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