From 6426fb112c41bb28ab426e058ef76b77025008e5 Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Wed, 18 Oct 2023 10:51:36 +0800
Subject: [PATCH] fix:路径规划修改
---
package.json | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/package.json b/package.json
index ae50939..19a4e78 100644
--- a/package.json
+++ b/package.json
@@ -10,6 +10,7 @@
"test:e2e": "vue-cli-service test:e2e"
},
"dependencies": {
+ "@amap/amap-vue": "^2.0.13",
"@types/lodash": "^4.14.149",
"@types/mockjs": "^1.0.1",
"@types/numeral": "^0.0.26",
@@ -21,6 +22,7 @@
"date-fns": "^2.8.1",
"echarts": "^4.5.0",
"font-awesome": "^4.7.0",
+ "jquery": "^3.7.0",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"numeral": "^2.0.6",
@@ -30,6 +32,7 @@
"rxjs-compat": "^6.5.3",
"v-charts": "^1.18.0",
"vue": "^2.6.10",
+ "vue-amap": "^0.5.10",
"vue-baidu-map": "^0.21.22",
"vue-class-component": "^7.1.0",
"vue-i18n": "^8.15.1",
--
Gitblit v1.8.0