Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/cipchk/delon
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Apr 3, 2018
2 parents 6ba8207 + a93ab00 commit ea715e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/how-to-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ const routes: Routes = [

### 什么情况下不使用懒加载?

Angular 启动是从顶层组件开始向下渲染,当遇到懒模块时会先发起脚本请求,此时会因为网络请求倒置仪表盘或登录页短暂的空白,这对体验并不好。
Angular 启动是从顶层组件开始向下渲染,当遇到懒模块时会先发起脚本请求,此时会因为网络请求导致仪表盘或登录页短暂的空白,这对体验并不好。

### 路由权限控制

路由URL可能会受浏览器自身历史记忆的原因,倒置用户可能会访问至无权限路由时,若你希望有更好的体验,则需要在路由上配置 `canActivate` 选项,当用户无权限时会自动跳转至相关页;有关细节见[ACL](/docs/acl)章节。
路由URL可能会受浏览器自身历史记忆的原因,导致用户可能会访问至无权限路由时,若你希望有更好的体验,则需要在路由上配置 `canActivate` 选项,当用户无权限时会自动跳转至相关页;有关细节见[ACL](/docs/acl)章节。

0 comments on commit ea715e9

Please sign in to comment.