From 24d2724aaf2f8331fc179c87595eb9a4720cf8a9 Mon Sep 17 00:00:00 2001 From: wangqi <magical1908@outlook.com> Date: 星期三, 31 三月 2021 14:32:40 +0800 Subject: [PATCH] 修改文件接口路徑 --- package.json | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/package.json b/package.json index 5360251..abf1a54 100644 --- a/package.json +++ b/package.json @@ -14,22 +14,29 @@ "dependencies": { "@jiaminghi/data-view": "^2.10.0", "axios": "^0.18.0", + "babel-polyfill": "^6.26.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.7.1", "leaflet-canvas-markers": "^1.0.6", + "leaflet.browser.print": "^1.0.6", "leaflet.markercluster": "^1.4.1", "lodash": "^4.17.10", "nprogress": "^0.2.0", + "qs": "^6.10.1", "rbush": "^3.0.1", - "screenfull": "^3.3.2", + "screenfull": "^3.3.3", + "style-resources-loader": "^1.4.1", "vue": "^2.6.11", + "vue-cli-plugin-style-resources-loader": "^0.1.4", "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