diff --git a/README-zh.md b/README-zh.md index d2f497b..63dc650 100644 --- a/README-zh.md +++ b/README-zh.md @@ -3,6 +3,9 @@ > 这是一个 极简的vue admin 管理后台 它只包含了 Element UI & axios & iconfont & permission control & lint,这些搭建后台必要的东西。 [线上地址](http://panjiachen.github.io/vueAdmin-template) + +## Extra +如果你想要根据用户角色来动态生成侧边栏和router,你可以使用改分支[permission-control](https://github.com/PanJiaChen/vueAdmin-template/tree/permission-control)   ## 相关项目 [vue-element-admin](https://github.com/PanJiaChen/vue-element-admin) diff --git a/README.md b/README.md index 6fa734a..2ff1e25 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,9 @@ npm run build --report ## Demo ![demo](https://github.com/PanJiaChen/PanJiaChen.github.io/blob/master/images/demo.gif) +## Extra +If you want router permission && generate menu by user role , you can use this branch [permission-control](https://github.com/PanJiaChen/vueAdmin-template/tree/permission-control) + ## Related Project [vue-element-admin](https://github.com/PanJiaChen/vue-element-admin)