王震
2023-12-19 34b44ef04091bdf3c7d97cf94d0f3d2fc8bfa031
1
2
3
4
5
6
7
8
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children'
  }
}