### 🐛 Bug 描述 Bug description 组件版本号: @ant-desingn-vue/pro-layout@1.0.13 代码: `<pro-layout :openOnceKey="false"> ` 结果: 左侧菜单无法折叠,需要多次点击才行。 猜测原因: 原因在于内部组件BaseMenu.jsx 中的 updateMenu方法没有做去重校验,导致路径重复添加,所以openKeys存在重复的路径,导致父菜单需要点击多次才能折叠。 <!-- 请在上方详细地描述 bug,让大家都能理解。 --> <!-- Please describe the bug in detail above so that everyone can understand. --> ### 🏞 期望结果 Desired result 希望能够之点击一次就能折叠。 <!-- 请在上方描述你原本期望看到的结果。 --> <!-- Please describe above what you expected to see. --> ### 🚑 其他信息 Other information 内部实现:  希望做的功能: 这个地方需要做去重判断  <!-- 请在上方输入,如截图等其他信息。--> <!-- Please enter other information such as screenshots above. --> <!-- From: https://github.com/one-template/issue-template -->