From a5cf5866ba3bb9343482617e088cf5a7399d98b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A5=9E=E4=BB=99=E9=83=BD=E6=B2=A1=E7=94=A8?= <615206459@qq.com> Date: Fri, 21 Mar 2025 10:23:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/index.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/config/index.ts b/src/config/index.ts index 48e9516..3844c5d 100644 --- a/src/config/index.ts +++ b/src/config/index.ts @@ -55,11 +55,6 @@ export const config = { token: [] }, - // 高德地图配置 - amap: { - key: '' - }, - // 当前环境 ...(isDev ? dev : prod) };