未验证 提交 7e27954b 编写于 作者: 葛亚芳 提交者: Gitee

update zh-cn/application-dev/quick-start/start-with-js.md.

Signed-off-by: N@ge-yafang <geyafang@huawei.com>
上级 b0d3c0b2
...@@ -168,12 +168,12 @@ ...@@ -168,12 +168,12 @@
``` ```
import router from '@system.router'; import router from '@ohos.router';
export default { export default {
onclick: function () { onclick: function () {
router.push({ router.push({
uri: "pages/second/second" url: "pages/second/second"
}) })
} }
} }
...@@ -184,7 +184,7 @@ ...@@ -184,7 +184,7 @@
``` ```
import router from '@system.router'; import router from '@ohos.router';
export default { export default {
back: function () { back: function () {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册