From 6563672232159624228d75573ee0f1227ed9fded Mon Sep 17 00:00:00 2001 From: wusongqing Date: Mon, 18 Apr 2022 11:41:28 +0800 Subject: [PATCH] update docs Signed-off-by: wusongqing --- en/application-dev/reference/apis/js-apis-system-router.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/reference/apis/js-apis-system-router.md b/en/application-dev/reference/apis/js-apis-system-router.md index c69a1599f6..a93ffdfa68 100644 --- a/en/application-dev/reference/apis/js-apis-system-router.md +++ b/en/application-dev/reference/apis/js-apis-system-router.md @@ -280,7 +280,7 @@ Enables the display of a confirm dialog box before returning to the previous pag | Name | Type | Mandatory | Description | | ------- | ---------------------------------------- | ---- | -------------------------------------- | -| options | [EnableAlertBeforeBackPageOptions](#enableAlertbeforebackpageoptions6) | Yes | For details, see **EnableAlertBeforeBackPageOptions**.| +| options | [EnableAlertBeforeBackPageOptions](#enablealertbeforebackpageoptions6) | Yes | For details, see **EnableAlertBeforeBackPageOptions**.| **Example** -- GitLab