From bba69a0ccdfe3dddab920aa0de16fb33c0f3693b Mon Sep 17 00:00:00 2001 From: guoshipeng <3194674006@qq.com> Date: Fri, 08 Sep 2023 09:37:01 +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