路由修改

This commit is contained in:
仲么了
2024-01-05 14:02:22 +08:00
parent b2c3df56dc
commit 5b42718d6f
9 changed files with 83 additions and 56 deletions

View File

@@ -80,12 +80,7 @@ onMounted(() => {
if (item.children && item.children.length > 0) {
item.children = handlerRouter(item.children)
}
return {
...item,
title: item.meta.title,
icon: item.meta.icon,
id: index
}
return item.meta
})
}
tableStore.table.data = handlerRouter(navTabs.state.tabsViewRoutes)