Skip to content

Commit

Permalink
Update plugin-layout.zh-CN.md (umijs#4566)
Browse files Browse the repository at this point in the history
添加 layout说明,并修正配置路由的样式
  • Loading branch information
hackers267 authored May 2, 2020
1 parent 1c4bd1a commit b1fc715
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions docs/plugins/plugin-layout.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ export const layout = {

用于运行时配置默认 Layout 的 UI 中,点击退出登录的处理逻辑,默认不做处理。

> 注:默认在顶部右侧并不会显示退出按钮,需要在运行配置中配合`@umijs/plugin-intial-state``getInitialState`返回一个对象,才可以显示
#### rightRender

* Type: `(initialState) => React.ReactNode`
Expand All @@ -105,15 +107,15 @@ export const layout = {

Layout 插件会基于 umi 的路由,封装了更多的配置项,支持更多配置式的能力。新增:

侧边栏菜单配置。
布局路由级别展示/隐藏相关配置。
与权限插件结合,配置式实现权限路由的功能。
- 侧边栏菜单配置。
- 布局路由级别展示/隐藏相关配置。
- 与权限插件结合,配置式实现权限路由的功能。

新增如下配置项:

menu
layout
access
- menu
- layout
- access

示例如下:

Expand Down

0 comments on commit b1fc715

Please sign in to comment.