feat: 解开进入页面点击第一项的注释
This commit is contained in:
parent
11882c188c
commit
c7011564d3
@ -46,7 +46,7 @@ export default () => {
|
|||||||
const firstMenuItem = menuList.value[0]?.children?.[0];
|
const firstMenuItem = menuList.value[0]?.children?.[0];
|
||||||
if (firstMenuItem) {
|
if (firstMenuItem) {
|
||||||
// 注释掉进入页面点击第一项的逻辑 后续记得打开
|
// 注释掉进入页面点击第一项的逻辑 后续记得打开
|
||||||
// handleMenuClick(firstMenuItem);
|
handleMenuClick(firstMenuItem);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, { immediate: true });
|
}, { immediate: true });
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user