保安服务单位许可和备案申请系统
linwe
2024-05-23 cc807698a81028a625030bab0b5bd4fcfb2a56ee
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}