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