From 17e7836b1d0a7bd1a51d44ae071a88423a9f9370 Mon Sep 17 00:00:00 2001 From: chenzeping <ChenZeping02609@163.com> Date: 星期一, 08 三月 2021 17:57:16 +0800 Subject: [PATCH] 添加工具栏功能 --- package.json | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0e5e344..2bd03a4 100644 --- a/package.json +++ b/package.json @@ -12,24 +12,26 @@ "lint": "vue-cli-service lint" }, "dependencies": { - "@cgcs2000/mapbox-gl": "^1.13.0", "@jiaminghi/data-view": "^2.10.0", "axios": "^0.18.0", "core-js": "^3.6.5", "dayjs": "^1.9.6", "echarts": "^4.2.1", "element-ui": "^2.14.1", + "fullscreen": "^1.1.1", "jquery": "^3.5.1", "js-cookie": "^2.2.0", "leaflet": "^1.6.0", - "leaflet-canvas-marker": "^0.2.0", + "leaflet-canvas-markers": "^1.0.6", "leaflet.markercluster": "^1.4.1", "lodash": "^4.17.10", "nprogress": "^0.2.0", - "screenfull": "^3.3.2", + "rbush": "^3.0.1", + "screenfull": "^3.3.3", "vue": "^2.6.11", "vue-count-to": "^1.0.13", "vue-focus": "^2.1.0", + "vue-fullscreen": "^2.2.0", "vue-router": "^3.0.1", "vuex": "^3.0.1" }, -- Gitblit v1.8.0