Commit 3661cc3b authored by cx49085's avatar cx49085
Browse files

cover

parent 7a0d3b26
......@@ -162,7 +162,7 @@ export default {
title: route.meta && (route.menuExplain ? `${route.meta.title}${route.menuExplain})`: route.meta.title),
id: route.id
}
if (route.children.length>0) {
if (route.children.length>0) {
data.children = this.generateRoutes(route.children, data.path)
}
res.push(data)
......
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