Przeglądaj źródła

doc: update readme add Extra

Pan 7 lat temu
rodzic
commit
a1f4cb5d1e
2 zmienionych plików z 6 dodań i 0 usunięć
  1. 3 0
      README-zh.md
  2. 3 0
      README.md

+ 3 - 0
README-zh.md

@@ -3,6 +3,9 @@
3 3
 > 这是一个 极简的vue admin 管理后台 它只包含了 Element UI & axios & iconfont & permission control & lint,这些搭建后台必要的东西。
4 4
 
5 5
 [线上地址](http://panjiachen.github.io/vueAdmin-template)
6
+
7
+## Extra
8
+如果你想要根据用户角色来动态生成侧边栏和router,你可以使用改分支[permission-control](https://github.com/PanJiaChen/vueAdmin-template/tree/permission-control)
6 9
  
7 10
  ## 相关项目
8 11
  [vue-element-admin](https://github.com/PanJiaChen/vue-element-admin)

+ 3 - 0
README.md

@@ -29,6 +29,9 @@ npm run build --report
29 29
 ## Demo
30 30
 ![demo](https://github.com/PanJiaChen/PanJiaChen.github.io/blob/master/images/demo.gif)
31 31
 
32
+## Extra
33
+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)
34
+
32 35
 ## Related Project
33 36
  [vue-element-admin](https://github.com/PanJiaChen/vue-element-admin)
34 37