RuoYi
2024-06-29 c227751acb1162e5c303fc0efc15b544d9226362
src/store/modules/permission.js
@@ -101,6 +101,10 @@
    }
    if (lastRouter) {
      el.path = lastRouter.path + '/' + el.path
      if (el.children && el.children.length) {
        children = children.concat(filterChildren(el.children, el))
        return
      }
    }
    children = children.concat(el)
  })