Mr-lq7

Results 3 issues of Mr-lq7

- 在使用过程中发现当路由只有一个孩子的时候按照框架的逻辑会将这个孩子的属性用组件进行显示。 - 但是在大多数情况下如果在路由数组中写法为{path: 'xx', name: 'xx', meta: {title: '父级菜单名'}, children: [{}]},当只有一个孩子的时候,菜单应显示父级菜单名(组件)孩子菜单名(el-menu-item组件) - 当在路由数组中没有children属性的时候,将该路由对象用el-menu-item组件显示即可 -这样就能比较好的将路由对象和菜单显示对应起来,使其保持一致

![微信截图_20220607111935](https://user-images.githubusercontent.com/52699164/172288600-9309464e-f27c-4e01-82d9-bf8bb3f10028.png) the code should be the change to the place marked in the red box

**Environmental Info:** rust pulsar client sdk Version: v6.3.0 **Node(s) CPU architecture, OS, and Version:** **host machine**: Linux SMP Sat Oct 7 17:52:50 CST 2023 x86_64 x86_64 x86_64 GNU/Linux **Pulsar Cluster...