From f443ca8f07c99f130c863efbb81e4f8d9aec6576 Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Wed, 03 Apr 2024 11:31:25 +0800 Subject: [PATCH] Merge branch 'feature_1.0' --- src/main.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main.ts b/src/main.ts index 838b768..cf75cbb 100644 --- a/src/main.ts +++ b/src/main.ts @@ -11,7 +11,7 @@ //������������ import BaiduMap from 'vue-baidu-map' Vue.use(BaiduMap, { - ak: '9FrZ6v3P8xS290ygi40M5Ik3Fgwes4KY'//������������key + ak: 'c4e73f2c6972766d6a54dffd2f501cac'//������������key }) import AMap from 'vue-amap' -- Gitblit v1.8.0