From 8257a9d130b2572de18c03365722cf56640165a7 Mon Sep 17 00:00:00 2001
From: WX <1377869194@qq.com>
Date: 星期五, 08 九月 2023 17:49:32 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.20.92:8888/r/PM20230220027_Web

---
 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