RuoYi
2024-11-25 6061c3548fb5c0e1bbae21c7648d4a4400e994a6
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)
  })