From 527be3721ead9342b4b9f2a6564ddf485cafc97a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=B6=E7=9D=BF?= Date: Tue, 17 Jun 2025 11:59:27 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=93=BE=E6=8E=A5=E6=8A=A5?= =?UTF-8?q?=E9=94=99=20Signed-off-by:=20liuxinbing=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reference/apis-location-kit/js-apis-system-location.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/application-dev/reference/apis-location-kit/js-apis-system-location.md b/zh-cn/application-dev/reference/apis-location-kit/js-apis-system-location.md index a5f80ad49aa..382dfa18634 100644 --- a/zh-cn/application-dev/reference/apis-location-kit/js-apis-system-location.md +++ b/zh-cn/application-dev/reference/apis-location-kit/js-apis-system-location.md @@ -184,7 +184,7 @@ export default { 单次定位请求的配置参数。 > **说明:**
-> 从API version 9开始废弃,建议使用[geoLocationManager.CurrentLocationRequest](js-apis-geoLocationManager.md#CurrentLocationRequest)替代。 +> 从API version 9开始废弃,建议使用[geoLocationManager.CurrentLocationRequest](js-apis-geoLocationManager.md#currentlocationrequest)替代。 **需要权限**:ohos.permission.LOCATION @@ -258,7 +258,7 @@ fail返回错误代码: 持续定位请求的配置参数。 > **说明:**
-> 从API version 9开始废弃,建议使用[geoLocationManager.CurrentLocationRequest](js-apis-geoLocationManager.md#locationrequest)替代。 +> 从API version 9开始废弃,建议使用[geoLocationManager.CurrentLocationRequest](js-apis-geoLocationManager.md#currentlocationrequest)替代。 **需要权限**:ohos.permission.LOCATION -- Gitee