From 0a2d6cae514918e9c1d1422806c366d7e5723923 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 13 Jan 2022 09:39:59 +0800
Subject: [PATCH] +活动页面加入多个地图路径以及选点

---
 package.json |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/package.json b/package.json
index 369852c..9c8135e 100644
--- a/package.json
+++ b/package.json
@@ -29,7 +29,9 @@
     "vue-axios": "^2.1.2",
     "vue-i18n": "^8.7.0",
     "vue-router": "^3.0.1",
-    "vuex": "^3.1.1"
+    "vuex": "^3.1.1",
+    "ol": "^6.5.0",
+    "olcs": "^2.12.0"
   },
   "devDependencies": {
     "@vue/cli-plugin-babel": "^3.1.1",

--
Gitblit v1.9.3