From c7011564d3ee51707afa13af21a671296b09555f Mon Sep 17 00:00:00 2001 From: huangchenhao <123673748@qq.com> Date: Thu, 16 Apr 2026 14:50:18 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=A7=A3=E5=BC=80=E8=BF=9B=E5=85=A5?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E7=82=B9=E5=87=BB=E7=AC=AC=E4=B8=80=E9=A1=B9?= =?UTF-8?q?=E7=9A=84=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/screen/src/component/MenuBar/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/screen/src/component/MenuBar/index.js b/packages/screen/src/component/MenuBar/index.js index 6dbf541..848c275 100644 --- a/packages/screen/src/component/MenuBar/index.js +++ b/packages/screen/src/component/MenuBar/index.js @@ -46,7 +46,7 @@ export default () => { const firstMenuItem = menuList.value[0]?.children?.[0]; if (firstMenuItem) { // 注释掉进入页面点击第一项的逻辑 后续记得打开 - // handleMenuClick(firstMenuItem); + handleMenuClick(firstMenuItem); } } }, { immediate: true });