Commit 41af5f0d by 姜雷

Merge branch 'develop' into 'test'

删除打印 See merge request !34
parents 00389705 4c06bc96
......@@ -175,10 +175,7 @@ export default {
let id = item.menuId;
return getFilterMenu(this.routers, id);
});
console.log(list);
list = list.filter(item => !!item);
console.log(list);
this.collectRouteList = list && list.length ? formatRouteLink(list) : [];
},
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