mirror of
https://gitee.com/xiangheng/x_admin.git
synced 2025-12-24 08:12:55 +08:00
9 lines
232 B
Markdown
9 lines
232 B
Markdown
# 路由
|
|
|
|
1. 扫描`/src/views/`目录下的所有`*.vue`文件,排除`edit.vue`和`/component/**`,生成组件列表供菜单管理选择。
|
|
|
|
2. 在菜单管理中添加
|
|
|
|
3. 在角色中绑定菜单
|
|
|
|
4. 在用户中绑定角色 |