上饶市警务平台后台管理前端
shuishen
2024-05-07 e14ef8c7d972710ff28edccd6a8e9ff4fcf1684b
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}