From 7919b75636eaac4d3384a19d2db67df8a56b98cf Mon Sep 17 00:00:00 2001
From: liuyg <liuyg@qq.com>
Date: Fri, 25 Mar 2022 16:39:54 +0800
Subject: [PATCH] +屏蔽缩放

---
 src/components/map/index.vue |   33 +++++++++++++++++----------------
 1 files changed, 17 insertions(+), 16 deletions(-)

diff --git a/src/components/map/index.vue b/src/components/map/index.vue
index f59faf6..31e5896 100644
--- a/src/components/map/index.vue
+++ b/src/components/map/index.vue
@@ -15,23 +15,23 @@
 
         <div
             style="
-        position: fixed;
-        left: 4px;
-        bottom: 4px;
-        width: 80px;
-        line-height: 24px;
-        text-align: center;
-        color: #fff;
-        font-size: 14px;
-        border-radius: 4px;
-        background: #2196f3ed;
-        z-index: 11;
-      "
+                position: fixed;
+                left: 4px;
+                bottom: 4px;
+                width: 80px;
+                line-height: 24px;
+                text-align: center;
+                color: #fff;
+                font-size: 14px;
+                border-radius: 4px;
+                background: #2196f3ed;
+                z-index: 11;
+            "
         >智慧校区</div>
 
         <dimension />
 
-        <!-- <calender /> -->
+        <calender v-if="calenderShow" />
 
         <left-nav ref="leftNav"></left-nav>
 
@@ -65,8 +65,8 @@
     components: {
         mapPopup,
         campusBuildingSearch,
-        dimension
-        // calender
+        dimension,
+        calender
     },
     data () {
         return {
@@ -158,7 +158,8 @@
             'campusNavFlag',
             'orgNavBarFlag',
             'arcNavBarFlag',
-            'searchPopupFlag'
+            'searchPopupFlag',
+            'calenderShow'
         ])
     },
     mounted () {

--
Gitblit v1.9.3