From c5be17fb1a11ec7b9b22717633215a175bd7a392 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=88=B1=7E=E6=B5=B7=7E=E7=88=B1=E6=B5=B7=E7=88=B1?= =?UTF-8?q?=E6=B5=B7=7E=E5=8F=B3?= <1828712314@qq.com> Date: Fri, 21 Feb 2025 09:41:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=AE=9A=E4=BD=8D=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.js | 7 +++++-- sub/task/locate.vue | 11 +++++------ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/main.js b/main.js index 10b2df1..8a30697 100644 --- a/main.js +++ b/main.js @@ -9,18 +9,21 @@ import * as roles from '@/utils/permission.js' // 引入uView import uView from '@/uni_modules/uview-ui' import mpShare from '@/uni_modules/uview-ui/libs/mixin/mpShare.js' +import TencentMap from '@/static/js/qqmap-wx-jssdk.min.js' Vue.mixin(mpShare) // 挂载全局对象 Vue.use(plugins).use(uView) Vue.config.productionTip = false - +const map = new TencentMap({ + key: 'PQ5BZ-GZ5C7-RTMXB-HSAPB-3TOAV-5CBLZ' +}) // 挂载vuex Vue.prototype.$store = store Vue.prototype.$dict = dict Vue.prototype.$util = util Vue.prototype.$roles = roles - +Vue.prototype.$map = map App.mpType = 'app' const app = new Vue({ diff --git a/sub/task/locate.vue b/sub/task/locate.vue index a9ae260..5e1985e 100644 --- a/sub/task/locate.vue +++ b/sub/task/locate.vue @@ -142,7 +142,6 @@