feat: 解开进入页面点击第一项的注释

This commit is contained in:
huangchenhao 2026-04-16 14:50:18 +08:00
parent 11882c188c
commit c7011564d3

View File

@ -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 });