From 7f0d3f73c6d91c15778753e21f1b90f50f689504 Mon Sep 17 00:00:00 2001 From: pyt <626651354@qq.com> Date: 星期四, 06 三月 2025 10:12:31 +0800 Subject: [PATCH] Merge branch 'master' of http://120.76.84.145:10101/gitblit/r/H5/shehong-vehicle-supervision --- src/main.js | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main.js b/src/main.js index 244dfcf..40e962b 100644 --- a/src/main.js +++ b/src/main.js @@ -10,6 +10,8 @@ Vue.use(ElementUI) Vue.prototype.$cookies = cookies; Vue.prototype.$baseURL = apiConfig.baseURL +Vue.prototype.$mapKey = apiConfig.mapKey +Vue.prototype.$secretKey = apiConfig.secretKey Vue.config.productionTip = false /* 全局TableHeight */ Vue.prototype.$baseTableHeight = (formType) => { -- Gitblit v1.7.1