|
@@ -56,7 +56,6 @@ export default {
|
|
}
|
|
}
|
|
//菜单匹配递归
|
|
//菜单匹配递归
|
|
function getMenuData(id,list){
|
|
function getMenuData(id,list){
|
|
- debugger
|
|
|
|
for(let i = 0;i<list.length;i++){
|
|
for(let i = 0;i<list.length;i++){
|
|
if(list[i].children){
|
|
if(list[i].children){
|
|
getMenuData(id,list[i].children)
|
|
getMenuData(id,list[i].children)
|