From 3dc278f10a4c3e3db7ce3a445bed710bdc88916e Mon Sep 17 00:00:00 2001
From: xiebin <123456>
Date: Wed, 16 Nov 2022 17:10:51 +0800
Subject: [PATCH] 基地信息坐标有误差的问题

---
 package.json |  158 +++++++++++++++++++++++++++-------------------------
 1 files changed, 81 insertions(+), 77 deletions(-)

diff --git a/package.json b/package.json
index 08bfc5b..58c6811 100644
--- a/package.json
+++ b/package.json
@@ -1,81 +1,85 @@
 {
-    "name": "smart-campus",
-    "version": "0.1.0",
-    "private": true,
-    "scripts": {
-        "serve": "vue-cli-service serve",
-        "build": "vue-cli-service build",
-        "lint": "vue-cli-service lint"
+  "name": "smart-campus",
+  "version": "0.1.0",
+  "private": true,
+  "scripts": {
+    "serve": "vue-cli-service serve",
+    "build": "vue-cli-service build",
+    "lint": "vue-cli-service lint"
+  },
+  "dependencies": {
+    "@amap/amap-vue": "^1.4.0",
+    "@dvgis/dc-sdk": "^2.11.0",
+    "@fullcalendar/core": "^5.10.1",
+    "@fullcalendar/daygrid": "^5.10.1",
+    "@fullcalendar/interaction": "^5.10.1",
+    "@fullcalendar/timegrid": "^5.10.1",
+    "@fullcalendar/vue": "^5.10.1",
+    "axios": "^0.22.0",
+    "core-js": "^3.6.5",
+    "echarts": "^5.2.1",
+    "element-ui": "^2.15.6",
+    "flv.js": "^1.6.2",
+    "hls.js": "^1.1.5",
+    "js-md5": "^0.7.3",
+    "lodash": "^4.17.21",
+    "moment": "^2.29.1",
+    "nprogress": "^0.2.0",
+    "three": "^0.140.0",
+    "three-css2drender": "^1.0.0",
+    "three-obj-mtl-loader": "^1.0.3",
+    "three-orbit-controls": "^82.1.0",
+    "three-orbitcontrols": "^2.110.3",
+    "tippy.js": "^6.3.7",
+    "vue": "^2.6.11",
+    "vue-axios": "^3.3.7",
+    "vue-jsonp": "^2.0.0",
+    "vue-router": "^3.5.2",
+    "vuex": "^3.6.2"
+  },
+  "devDependencies": {
+    "@amap/amap-jsapi-loader": "^1.0.1",
+    "@vue/cli-plugin-babel": "~4.5.0",
+    "@vue/cli-plugin-eslint": "~4.5.0",
+    "@vue/cli-plugin-router": "~4.5.0",
+    "@vue/cli-plugin-vuex": "~4.5.0",
+    "@vue/cli-service": "~4.5.0",
+    "@vue/eslint-config-standard": "^5.1.2",
+    "babel-eslint": "^10.1.0",
+    "compression-webpack-plugin": "^5.0.1",
+    "eslint": "^6.7.2",
+    "eslint-plugin-import": "^2.20.2",
+    "eslint-plugin-node": "^11.1.0",
+    "eslint-plugin-promise": "^4.2.1",
+    "eslint-plugin-standard": "^4.0.0",
+    "eslint-plugin-vue": "^6.2.2",
+    "node-sass": "^4.12.0",
+    "sass-loader": "^8.0.2",
+    "script-loader": "^0.7.2",
+    "vue-template-compiler": "^2.6.11"
+  },
+  "eslintConfig": {
+    "root": true,
+    "env": {
+      "node": true
     },
-    "dependencies": {
-        "@amap/amap-vue": "^1.4.0",
-        "@dvgis/dc-sdk": "^2.11.0",
-        "@fullcalendar/core": "^5.10.1",
-        "@fullcalendar/daygrid": "^5.10.1",
-        "@fullcalendar/interaction": "^5.10.1",
-        "@fullcalendar/timegrid": "^5.10.1",
-        "@fullcalendar/vue": "^5.10.1",
-        "axios": "^0.22.0",
-        "core-js": "^3.6.5",
-        "echarts": "^5.2.1",
-        "element-ui": "^2.15.6",
-        "hls.js": "^1.1.5",
-        "lodash": "^4.17.21",
-        "moment": "^2.29.1",
-        "three": "^0.140.0",
-        "three-css2drender": "^1.0.0",
-        "three-obj-mtl-loader": "^1.0.3",
-        "three-orbit-controls": "^82.1.0",
-        "three-orbitcontrols": "^2.110.3",
-        "tippy.js": "^6.3.7",
-        "vue": "^2.6.11",
-        "vue-axios": "^3.3.7",
-        "vue-router": "^3.5.2",
-        "vuex": "^3.6.2"
+    "extends": [
+      "plugin:vue/essential",
+      "@vue/standard"
+    ],
+    "parserOptions": {
+      "parser": "babel-eslint"
     },
-    "devDependencies": {
-        "@amap/amap-jsapi-loader": "^1.0.1",
-        "@vue/cli-plugin-babel": "~4.5.0",
-        "@vue/cli-plugin-eslint": "~4.5.0",
-        "@vue/cli-plugin-router": "~4.5.0",
-        "@vue/cli-plugin-vuex": "~4.5.0",
-        "@vue/cli-service": "~4.5.0",
-        "@vue/eslint-config-standard": "^5.1.2",
-        "babel-eslint": "^10.1.0",
-        "compression-webpack-plugin": "^5.0.1",
-        "eslint": "^6.7.2",
-        "eslint-plugin-import": "^2.20.2",
-        "eslint-plugin-node": "^11.1.0",
-        "eslint-plugin-promise": "^4.2.1",
-        "eslint-plugin-standard": "^4.0.0",
-        "eslint-plugin-vue": "^6.2.2",
-        "node-sass": "^4.12.0",
-        "sass-loader": "^8.0.2",
-        "script-loader": "^0.7.2",
-        "vue-template-compiler": "^2.6.11"
-    },
-    "eslintConfig": {
-        "root": true,
-        "env": {
-            "node": true
-        },
-        "extends": [
-            "plugin:vue/essential",
-            "@vue/standard"
-        ],
-        "parserOptions": {
-            "parser": "babel-eslint"
-        },
-        "rules": {
-            "indent": "off",
-            "eqeqeq": [
-                "off"
-            ]
-        }
-    },
-    "browserslist": [
-        "> 1%",
-        "last 2 versions",
-        "not ie <= 10"
-    ]
+    "rules": {
+      "indent": "off",
+      "eqeqeq": [
+        "off"
+      ]
+    }
+  },
+  "browserslist": [
+    "> 1%",
+    "last 2 versions",
+    "not ie <= 10"
+  ]
 }

--
Gitblit v1.9.3