From 4fb6166c8ac21a1cfc2705d763326324cc7b75a4 Mon Sep 17 00:00:00 2001 From: 董国庆 <364620639@qq.com> Date: 星期三, 05 三月 2025 15:16:32 +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 42fc7f9..01908ca 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