李林
2023-12-10 6730f1e4e16d7930230639176a33d4f599a88381
1
2
3
4
5
6
7
8
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children'
  }
}