From 6a3fd66331ac2bd28d0b0a204c2e736a2eacfb1e Mon Sep 17 00:00:00 2001 From: yxq Date: Thu, 9 Jan 2025 17:13:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BEak=E6=9B=BF=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Learun.Framework.Ultimate V7/LearunApp-2.2.0/common/mixins.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/common/mixins.js b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/common/mixins.js index e1e5d8074..52cd68012 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/common/mixins.js +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/common/mixins.js @@ -797,7 +797,8 @@ export default { // }, //高德地图ak 两个ak交替使用 GET_AK() { - let ak = ['b07d0a74e059a6f132ede93ff3826515','6f461c2f11d1ae36ac12e4fa327c15b1'] + // let ak = ['b07d0a74e059a6f132ede93ff3826515','6f461c2f11d1ae36ac12e4fa327c15b1'] + let ak = ['4e0f7f050a74345787739b7abb403a91','bdc8eaaa7b04e77c5561f9950f0ab529'] let current = this.GET_STORAGE('gaodeAK') if(!current){ let ri = Math.floor(Math.random()*2);