From 12d6cdda86f1801793c58c7693bf4664e7826ecd Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期二, 18 七月 2023 17:29:31 +0800
Subject: [PATCH] 阴影分析,坡度破向分析

---
 src/views/Index.vue |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/views/Index.vue b/src/views/Index.vue
index 7b9507f..b0ce0ad 100644
--- a/src/views/Index.vue
+++ b/src/views/Index.vue
@@ -18,6 +18,7 @@
     >
 
     </coord-location>
+
   </div>
 </template>
 
@@ -43,6 +44,9 @@
 import spatialBox from "@/views/query/SpatialQuery.vue";
 //鍧愭爣瀹氫綅
 import CoordLocation from "@/views/query/CoordLocation.vue";
+//闃村奖鍒嗘瀽
+import mapclock from "@/views/mapClock/index.vue";
+
 import router from "@/router";
 import { useStore } from "vuex"; // 寮曞叆useStore 鏂规硶
 
@@ -64,7 +68,9 @@
 const functionForJs = (res) => {
   switch (res.type) {
     case "exportMap":
+      store.state.exportImgUrl = res.url;
       layerExportshow.value = res.value;
+
       break;
     case "spatialQuery":
       setSpatialQuery(res);

--
Gitblit v1.9.3