上饶市警务平台后台管理前端
zhongrj
2023-04-23 29cfa10941e955e7e49b60201ad8a0d1f13ed0b3
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}