From be73e1692ebe367d45a0d6459402a5a3ac7edf81 Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期五, 08 九月 2023 16:48:20 +0800
Subject: [PATCH] 出图接口对接调试

---
 src/views/Index.vue |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/src/views/Index.vue b/src/views/Index.vue
index 694d895..849e942 100644
--- a/src/views/Index.vue
+++ b/src/views/Index.vue
@@ -1,5 +1,9 @@
 <template>
-  <div class="body_box">
+  <div
+    class="body_box"
+    v-loading="store.state.loading"
+    element-loading-background="rgba(0, 0, 0, 0.8)"
+  >
     <export-map
       v-if="layerExportshow"
       @SETexportMap="SETexportMap"
@@ -12,7 +16,10 @@
       v-if="layerSpatialshow"
       @SETspatialClose="SETspatialClose"
     ></spatial-box>
-    <coord-location v-if="layerLocationshow" @SETcoordClose="setCoordLocation">
+    <coord-location
+      v-if="layerLocationshow"
+      @SETcoordClose="setCoordLocation"
+    >
     </coord-location>
     <details-query v-if="store.state.details.showDetails"> </details-query>
     <div v-if="store.state.isShowMap">

--
Gitblit v1.9.3