Skip to content

Template Release 1.1.17

Compare
Choose a tag to compare
@yuntian001 yuntian001 released this 21 Jun 07:55
· 475 commits to main since this release

1.1.17 (2023-06-21)

其他[chore]

  • vue-request 版本改为正式版本 (8c7a6c1)

重构[refactor]

  • 路由声明移除LayoutPage (0d3447e)
  • 移除LayoutPage引用 (41d5624)

Bug 修复[fix]

  • 修复超过三级的菜单只有一个子元素时菜单不提升bug (7abc316)
  • 修复当子菜单只有一层并且其子菜单为空数组时渲染出错bug (3d23151)
  • 修复结构store失去响应问题 (b3f74d8)

新功能[feat]

  • 加上KeyOfMap、ValueOfMap (3b0c0ac)
  • 面包屑展示加上子元素判断 (c236f8c)
  • 优化路由声明,自动声明动态路由的跟路由,动态路由菜单允许只有一级 (99766d2)