Skip to content

Commit

Permalink
Update startApp.md (#369)
Browse files Browse the repository at this point in the history
修改文字错误
  • Loading branch information
Chalkzhu authored Feb 8, 2023
1 parent f293697 commit 9957047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/startApp.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ type startOption {
- **类型:** `String`

- **详情:** 子应用的路径地址
- 如果子应用为 [单例模式](/guide/mode.html#单例模式) ,改变`url`则可以让子应用跳转到对应于路由
- 如果子应用为 [单例模式](/guide/mode.html#单例模式) ,改变`url`则可以让子应用跳转到对应子路由
- 如果子应用为 [保活模式](/guide/mode.html#保活模式),改变`url`则无效,需要采用 [通信](/guide/communication.html) 的方式对子应用路由进行跳转
- 如果子应用为 [重建模式](/guide/mode.html#保活模式),改变 `url` 子应用的路由会跳转对应路由,但是在 [路由同步](/guide/sync.html) 场景并且子应用的路由同步参数已经同步到主应用`url`上时则无法生效,因为改变`url`后会导致子应用销毁重新渲染,此时如果有同步参数则同步参数的优先级最高

Expand Down

0 comments on commit 9957047

Please sign in to comment.