Commit 1b879e6b authored by 刘斌's avatar 刘斌

fix: 去掉多余console

parent 64fd975d
......@@ -42,7 +42,7 @@ function convertRoutes(
layoutMap: ComponentRecordType,
pageMap: ComponentRecordType,
): RouteRecordRaw[] {
console.log('[convertRoutes routes]', structuredClone(routes));
// console.log('[convertRoutes routes]', structuredClone(routes));
return mapTree(routes, (node) => {
const route = node as unknown as RouteRecordRaw;
const { component, name } = node;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment