yezihaohao / react-admin

:sparkles: react-admin system solution : react 后台管理系统解决方案
https://admiring-dijkstra-34cb29.netlify.com/
MIT License
6.64k stars 1.87k forks source link

多级嵌套路由改路由配置文件不支持 #81

Closed leishihong closed 5 years ago

leishihong commented 5 years ago

{ key: '/app/ui/buttons', title: '按钮', component: 'Buttons', subs: [ { key: '/app/ui/buttons/page', title: '按钮123', component: 'page', }, ], },

yezihaohao commented 5 years ago

暂时只支持二级菜单,三级的可以自己加,有时间的话也欢迎PR