未验证 提交 992a2816 编写于 作者: O openharmony_ci 提交者: Gitee

!14992 navigator back

Merge pull request !14992 from Hu_zq/master
...@@ -29,7 +29,7 @@ Navigator(value?: {target: string, type?: NavigationType}) ...@@ -29,7 +29,7 @@ Navigator(value?: {target: string, type?: NavigationType})
| ------- | -------------------------- | | ------- | -------------------------- |
| Push | 跳转到应用内的指定页面。 | | Push | 跳转到应用内的指定页面。 |
| Replace | 用应用内的某个页面替换当前页面,并销毁被替换的页面。 | | Replace | 用应用内的某个页面替换当前页面,并销毁被替换的页面。 |
| Back | 返回上一页面或指定的页面。 | | Back | 返回到指定的页面。指定的页面不存在栈中时不响应。未传入指定的页面时返回上一页。 |
## 属性 ## 属性
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册