Files
ClassContent/历届学生/吴欣阳/项目开发/上课项目/vue管理后台/笔记.txt
2024-09-27 02:06:13 +08:00

17 lines
356 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

1: 权限控制
10 超级管理员
2 部门用户
实现:
1管理后台用户登录的时候后端可以知道登录的用户是什么权限
2tokenmenu
3拿到菜单数组v-for 渲染左侧菜单
遍历 v-for 生成路由配置文件使用vue-router的addRouter方法
把生成的路由追加到路由配置文件中