From 516fcd534ca01a04b03c0c8a5229a766cdbb8ba9 Mon Sep 17 00:00:00 2001 From: wuxiaolong <3210950394@qq.com> Date: Wed, 22 Nov 2023 11:35:17 +0800 Subject: [PATCH] fence --- package.json | 1 + src/layout/components/Navbar.vue | 8 -- src/router/index.js | 1 - src/views/electronicFence/MapContainer.vue | 102 +++++++++++++++++++++ 4 files changed, 103 insertions(+), 9 deletions(-) create mode 100644 src/views/electronicFence/MapContainer.vue diff --git a/package.json b/package.json index b309d07..9a1cc60 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,7 @@ "url": "https://gitee.com/y_project/RuoYi-Cloud.git" }, "dependencies": { + "@amap/amap-jsapi-loader": "^1.0.1", "@riophae/vue-treeselect": "0.4.0", "axios": "0.24.0", "clipboard": "2.0.8", diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 48f643d..fabfd8c 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -9,14 +9,6 @@