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

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

Signed-off-by: N@ge-yafang <geyafang@huawei.com>
上级 021b8fc6
......@@ -104,12 +104,12 @@ You can implement page redirection through the [page router](../ui/ui-js-buildin
- In the **index.js** file:
```
import router from '@system.router';
import router from '@ohos.router';
export default {
onclick() {
router.push({
uri:'pages/second/second', // Specify the page to be redirected to.
url:'pages/second/second', // Specify the page to be redirected to.
})
}
}
......@@ -127,7 +127,7 @@ You can implement page redirection through the [page router](../ui/ui-js-buildin
- In the **second.js** file:
```
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.
先完成此消息的编辑!
想要评论请 注册