未验证 提交 4c1b545c 编写于 作者: 葛亚芳 提交者: Gitee

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

Signed-off-by: N@ge-yafang <geyafang@huawei.com>
上级 f53cd203
......@@ -107,12 +107,12 @@ OpenHarmony低代码开发方式具有丰富的UI界面编辑功能,通过可
-**index.js**”示例如下:
```
import router from '@system.router';
import router from '@ohos.router';
export default {
onclick() {
router.push({
uri:'pages/second/second', // 指定要跳转的页面
url:'pages/second/second', // 指定要跳转的页面
})
}
}
......@@ -130,7 +130,7 @@ OpenHarmony低代码开发方式具有丰富的UI界面编辑功能,通过可
-**second.js**”示例如下:
```
import router from '@system.router';
import router from '@ohos.router';
export default {
back() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册