修改左侧菜单处理

v1.4.0
于肖磊 2025-08-05 16:37:45 +08:00
parent 8cab2b0871
commit 975b33a393
1 changed files with 0 additions and 5 deletions

View File

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