RuoYi
2023-11-10 73f881c7d3bd6de37414f421761772316754c9d1
修复五级路由缓存无效问题
已修改1个文件
4 ■■■■ 文件已修改
ruoyi-ui/src/store/modules/permission.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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)
  })