Commit 4c06bc96 by 姜雷

删除打印

parent 6354207a
...@@ -175,10 +175,7 @@ export default { ...@@ -175,10 +175,7 @@ export default {
let id = item.menuId; let id = item.menuId;
return getFilterMenu(this.routers, id); return getFilterMenu(this.routers, id);
}); });
console.log(list);
list = list.filter(item => !!item); list = list.filter(item => !!item);
console.log(list);
this.collectRouteList = list && list.length ? formatRouteLink(list) : []; this.collectRouteList = list && list.length ? formatRouteLink(list) : [];
}, },
clickHandle() { clickHandle() {
......
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