From e8e7b70168d5cc8a465c92da28bdcce52e8bf3cc Mon Sep 17 00:00:00 2001
From: liuyg <liuyg@qq.com>
Date: Thu, 10 Mar 2022 14:48:21 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/school-web

---
 src/components/orgNavBar/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/orgNavBar/index.vue b/src/components/orgNavBar/index.vue
index 2b68ba0..54c5128 100644
--- a/src/components/orgNavBar/index.vue
+++ b/src/components/orgNavBar/index.vue
@@ -5,7 +5,7 @@
                 <img class="icon deblurring" src="/img/icon/jg.png" alt />
                 <span>{{ orgNavBarTitle }}</span>
             </div>
-            <img class="close" src="/img/navicon/close.png" alt @click="closeModel" />
+            <img class="close deblurring" src="/img/navicon/close.png" alt @click="closeModel" />
         </template>
         <template slot="public-box-content">
             <ul>
@@ -53,9 +53,9 @@
             this.$store.commit('CLEAR_ALL', null)
 
             var imgArr = item.bgImg.split(',')
-
             this.$store.commit('SET_POPUPBGURL', imgArr[0])
             this.$store.commit('SET_POPUPQRURL', item.QRImg)
+
             this.$store.commit('SET_POINTPOSITION', [
                 Number(item.longitude),
                 Number(item.latitude),

--
Gitblit v1.9.3