Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Fasttian committed Oct 23, 2020
1 parent 3b7c681 commit c9d44de
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/uniCloud/admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ uniCloud admin 基础框架,是基于uni-app和uniCloud的应用后台管理
export default {
launch_path: '/pages/index/index', // 登录后跳转至的页面地址(若配置为空,则自动跳转至左侧菜单第一个页面)
};
```

### 顶部窗口(导航栏)

Expand Down Expand Up @@ -120,8 +121,10 @@ $top-window-text-color: #999; /* 文字颜色 */

#### 静态菜单和动态菜单

- 菜单包括两类,一类是动态菜单,具备业务和权限功能
> 动态菜单的逻辑: 用户登录时,会根据用户的*角色*去查找其拥有的*权限*,在根据*权限*去查找对应的*菜单*
*菜单包括两类:*

- 一类是动态菜单,具备业务和权限功能
> 动态菜单的逻辑: 用户登录时,会根据用户的 *角色* 去查找其拥有的 *权限* ,再根据 *权限* 去查找对应的 *菜单*
- 另一类是静态菜单,不会根据登录用户角色变化

#### 管理静态菜单
Expand Down

0 comments on commit c9d44de

Please sign in to comment.