From dcb848136f44817701498a25bc07d12c10984d98 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期一, 20 二月 2023 11:48:08 +0800
Subject: [PATCH] 2023/2/20 肖辉 修改事项处理管理查询条件

---
 src/main.js |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/src/main.js b/src/main.js
index 134e8ca..ed23992 100644
--- a/src/main.js
+++ b/src/main.js
@@ -13,6 +13,12 @@
 // 寮曞叆鍏ㄥ眬鏍峰紡
 import '@/styles/index.scss'
 import api from "./utils/request"
+
+import 'leaflet.pm'
+import 'leaflet.pm/dist/leaflet.pm.css'
+
+import map from '@/utils/map'
+Vue.prototype.$map = map
 Vue.prototype.$axios = api
 router.beforeEach((to, from, next) => {
   if (to.meta.needLogin) {
@@ -28,7 +34,6 @@
     next();
   }
 })
-// console.log(process.env.VUE_APP_BASE_API);
 Vue.use(ElementUI);
 new Vue({
   router,

--
Gitblit v1.8.0