From 8160c103fe745dec0a1c6d52d270c38d2a80355e Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Thu, 4 Jun 2026 15:06:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/config.js b/common/config.js index 80f6f94..e0dc19d 100644 --- a/common/config.js +++ b/common/config.js @@ -21,6 +21,6 @@ switch (mode) { const WECHAT_APPID = 'wx3ff67f2e2b0c62ca' // 从manifest.json中获取的appid // 天地图(H5 首页地图) -const TIANDITU_TK = '0c86c1c69a09ecaa5e9b3d0373fb67bf' +const TIANDITU_TK = '4fc1a0ab46bff1745dc7a0a78603dfe5' export { ROOTPATH, WECHAT_APPID, TIANDITU_TK }