From b31473bbac17b52992f6c8edca3d21a8b135fc6c Mon Sep 17 00:00:00 2001 From: jingrow Date: Sun, 28 Dec 2025 20:35:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E7=94=A8=E6=88=B7=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E4=B8=8B=E6=8B=89=E8=8F=9C=E5=8D=95=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard/src2/App.vue | 2 -- dashboard/src2/components/AppSidebar.vue | 2 -- 2 files changed, 4 deletions(-) diff --git a/dashboard/src2/App.vue b/dashboard/src2/App.vue index 6226cdf..284b300 100644 --- a/dashboard/src2/App.vue +++ b/dashboard/src2/App.vue @@ -192,13 +192,11 @@ const mobileDropdownOptions = computed(() => { options.push({ label: '切换团队', key: 'switch-team', - icon: () => h('i', { class: 'i-lucide-command h-4 w-4' }), }); } options.push({ label: '退出登录', key: 'logout', - icon: () => h('i', { class: 'i-lucide-log-out h-4 w-4' }), }); return options; }); diff --git a/dashboard/src2/components/AppSidebar.vue b/dashboard/src2/components/AppSidebar.vue index 91cf222..be8a5a9 100644 --- a/dashboard/src2/components/AppSidebar.vue +++ b/dashboard/src2/components/AppSidebar.vue @@ -98,13 +98,11 @@ export default { options.push({ label: '切换团队', key: 'switch-team', - icon: () => h('i', { class: 'i-lucide-command h-4 w-4' }), }); } options.push({ label: '退出登录', key: 'logout', - icon: () => h('i', { class: 'i-lucide-log-out h-4 w-4' }), }); return options; });