From 5d762b82a5f8f737e5560280ae6254300eb7f810 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=B5=E5=AE=AA=E7=91=9E?= <9198107+min-xianrui@user.noreply.gitee.com> Date: Fri, 7 Feb 2025 16:09:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/default.vue | 2 -- src/pages/login.vue | 14 +++++++------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/src/layouts/default.vue b/src/layouts/default.vue index 296b087..67f567a 100644 --- a/src/layouts/default.vue +++ b/src/layouts/default.vue @@ -42,9 +42,7 @@ const handleSelect = (key: string, keyPath: string[]) => { onMounted(()=>{ // 初始化activeIndex为当前路由的path路径,方便在菜单栏高��显示选中项 state.activeIndex = route.path - }) -