From 975b33a39390c917696e30e19321a17b42050f56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Tue, 5 Aug 2025 16:37:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B7=A6=E4=BE=A7=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/layout/components/main/index.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/views/layout/components/main/index.vue b/src/views/layout/components/main/index.vue index 4d7640bd..2d1c7923 100644 --- a/src/views/layout/components/main/index.vue +++ b/src/views/layout/components/main/index.vue @@ -527,11 +527,6 @@ onMounted(async () => { const interval = setInterval(() => { // 获取分类 if (common_store.common.module_list.length > 0) { - common_store.common.module_list.forEach((item, index) => { - if (index == 0) { - item.data.push({key: 'tabs-magic', name: '选项卡魔方'}); - } - }); components.value = common_store.common.module_list; clearInterval(interval); }