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); }