RuoYi
2024-03-01 8c990ae9fc5490343b43a2c9738f0455d10076dd
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)
  })