This commit is contained in:
仲么了
2024-01-05 15:14:35 +08:00
parent 379732c7d5
commit ae1ae5b2a7
7 changed files with 263 additions and 268 deletions

View File

@@ -153,7 +153,6 @@ const handleMenuRule = (routes: any, pathPrefix = '/', type = ['menu', 'menu_dir
name: routes[key].name,
component: routes[key].component,
meta: {
...routes[key],
id: routes[key].id,
title: routes[key].title,
icon: routes[key].icon,