RuoYi
2024-01-25 649cfe8652b3b25e553d1985a27da9aeec77daf4
ruoyi-ui/src/store/modules/permission.js
@@ -98,6 +98,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)
  })