django-vue-admin/dvadmin-doc/docs/document/web.md

30 lines
857 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 前端手册
## 添加菜单页面
- 在views中添加页面如下
![image-20210228004427903](http://pic.pgroom.cn/image-20210228004427903.png)
- 在前端系统中,权限管理——菜单管理——新增
- 例如:一级菜单(目录)
![image-20210228004905398](http://pic.pgroom.cn/image-20210228004905398.png)
- 添加末级菜单
![image-20210228010700514](http://pic.pgroom.cn/image-20210228010700514.png)
- 添加外链跳转菜单(菜单类型目录菜单均可)
![image-20210228005521735](http://pic.pgroom.cn/image-20210228005521735.png)
- 按钮同理
- 给角色添加按钮权限
- 权限管理——角色管理——修改——添加对应按钮——刷新页面即可。
<img src="http://pic.pgroom.cn/image-20210228010835275.png" alt="image-20210228010835275" style="zoom: 33%;" />