diff --git a/src/router/index.js b/src/router/index.js index e138f4ec..75966340 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -375,7 +375,7 @@ function fnAddDynamicMenuRoutes(menuList = [], routes = []) { for (var i = 0; i < menuList.length; i++) { if (menuList[i].children && menuList[i].children.length >= 1) { temp = temp.concat(menuList[i].children); - continue; + // continue; } // 组装路由 var route = {