From 3f3ced9c4f8a023dd05bf509b49a5b1e1fe9583c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=9B=E4=BA=9A=E8=8A=B3?= Date: Thu, 23 Jun 2022 09:35:00 +0000 Subject: [PATCH] update en/application-dev/quick-start/start-with-js-low-code.md. Signed-off-by: @ge-yafang --- en/application-dev/quick-start/start-with-js-low-code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/quick-start/start-with-js-low-code.md b/en/application-dev/quick-start/start-with-js-low-code.md index 69e6506719..865f2b6984 100644 --- a/en/application-dev/quick-start/start-with-js-low-code.md +++ b/en/application-dev/quick-start/start-with-js-low-code.md @@ -109,7 +109,7 @@ Open the index.visual file, right-click the existing template components on the ## Implementing Page Redirection -You can implement page redirection through the [page router](../ui/ui-js-building-ui-routes.md), which finds the target page based on the page URI. Import the **router** module and then perform the steps below: +You can implement page redirection through the [page router](../ui/ui-js-building-ui-routes.md), which finds the target page based on the page URL. Import the **router** module and then perform the steps below: 1. Implement redirection from the first page to the second page. -- GitLab