From a05834f4efe8df9ed1574a18a1c4252ed7639374 Mon Sep 17 00:00:00 2001 From: zhaoqianci Date: Mon, 6 May 2024 10:40:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=20LocationSearch=20?= =?UTF-8?q?=E9=AB=98=E5=BE=B7=20key=20=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/LocationSearch/constant.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/components/LocationSearch/constant.ts b/src/components/LocationSearch/constant.ts index 0dab8924..6dc8a067 100644 --- a/src/components/LocationSearch/constant.ts +++ b/src/components/LocationSearch/constant.ts @@ -2,9 +2,3 @@ export const CLS_PREFIX = 'larkmap-location-search'; export const GAO_DE_API_URL = 'https://restapi.amap.com/v3/assistant/inputtips'; - -export const AMAP_AVAILABLE_KEY_LIST = [ - '20a5ed5ecb2756a0361e83e794b4aa0a', - 'fdd01f9a9dd6846239b9523d7923339b', - '053b838db2f7b6a871b6ec5dbf62ab62', -];