From ad3381157f0a6be71249f921953152e6af49c197 Mon Sep 17 00:00:00 2001 From: "Ray.Hao" <1490493387@qq.com> Date: Thu, 13 Mar 2025 21:28:51 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20:memo:=20=E6=B3=A8=E9=87=8A=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/NavBar/components/NavbarRight.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/layout/components/NavBar/components/NavbarRight.vue b/src/layout/components/NavBar/components/NavbarRight.vue index 4002c412..7ac5179f 100644 --- a/src/layout/components/NavBar/components/NavbarRight.vue +++ b/src/layout/components/NavBar/components/NavbarRight.vue @@ -73,14 +73,13 @@ const navbarRightClass = computed(() => { } // 如果侧边栏是经典蓝 - if (settingStore.sidebarColorScheme === SidebarColorEnum.CLASSIC_BLUE) { return "navbar__right--white"; } }); /** - * 注销登出 + * 注销登录 */ function logout() { ElMessageBox.confirm("确定注销并退出系统吗?", "提示", {