RuoYi
2024-10-29 341e3be3a989075bd81cdc57ff6a385bf2635bf6
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)
  })