fix: 修复1:: 形式的ipv6校验失败的bug

This commit is contained in:
xiaojunnuo
2026-01-31 02:07:06 +08:00
parent 52cbff0e15
commit 8b96f218d5
6 changed files with 37 additions and 12 deletions
@@ -167,7 +167,6 @@ function useMixedMenu() {
* @param path 路由路径
*/
function calcSideMenus(path: string = route.path) {
debugger;
let { rootMenu } = findRootMenuByPath(menus.value, path);
if (!rootMenu) {
rootMenu = menus.value.find((item: any) => item.path === path);