chore: 去除无用打印

This commit is contained in:
dap
2024-08-08 16:30:37 +08:00
parent 01379f0c97
commit 23de465f6f
2 changed files with 0 additions and 15 deletions

View File

@@ -205,7 +205,6 @@ async function generateAccess(options: GenerateMenuAndRoutesOptions) {
vbenRoute.meta.hideChildrenInMenu = true;
}
vbenRoute.component = 'BasicLayout';
console.log('RootMenu', vbenRoute);
break;
}
/**