From 95536cfe0967d9e5fff0aba0be78bbffdf3f4177 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Thu, 18 Dec 2025 15:15:05 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BE=E5=BA=A6=E5=9C=B0=E5=9B=BE=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- package.json | 1 - src/main.js | 10 +++++----- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 613f251a..e664ddb7 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@ - + COMPANY diff --git a/package.json b/package.json index aa405f09..751fb3bb 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,6 @@ "sass-loader": "^6.0.6", "vant": "^2.13.2", "vue": "^2.5.2", - "vue-baidu-map": "^0.21.22", "vue-cookies": "^1.7.4", "vue-cropper": "^0.5.8", "vue-esign": "^1.1.4", diff --git a/src/main.js b/src/main.js index e926243e..8069e044 100644 --- a/src/main.js +++ b/src/main.js @@ -20,7 +20,7 @@ import initRichText from './utils/initHTMLEditor'; initRichText(); //引用百度地图 -import BaiduMap from 'vue-baidu-map' +// import BaiduMap from 'vue-baidu-map' Vue.use(VueCookies); import global from '@/utils/global'; @@ -47,10 +47,10 @@ import Vant from 'vant'; import 'vant/lib/index.css'; Vue.use(Vant) Vue.use(SearchTree) -Vue.use(BaiduMap, { - /* Visit http://lbsyun.baidu.com/apiconsole/key for details about app key. */ - ak: 'XzwOBaO4CElCsPdl8LIFEvv5rTemG6w1' -}) +// Vue.use(BaiduMap, { +// /* Visit http://lbsyun.baidu.com/apiconsole/key for details about app key. */ +// ak: 'XzwOBaO4CElCsPdl8LIFEvv5rTemG6w1' +// }) Vue.use(VueHtml5Editor,{ // 全局组件名称,使用new VueHtml5Editor(options)时该选项无效 // global component name