RuoYi
2024-12-11 c89ba258bcea60f6bb7c6bceb782495b7e1a1a40
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)
  })