From e733164e1c779b3aef7245936b9daf7875bf791e Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 14 Dec 2023 17:12:33 +0800
Subject: [PATCH] 解决屏幕缩放导致鼠标位置不准确的问题,右侧,切换校区后的显示BUG

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

diff --git a/src/components/mobilePopupOurAfter/index.vue b/src/components/mobilePopupOurAfter/index.vue
index 496063f..35cd81b 100644
--- a/src/components/mobilePopupOurAfter/index.vue
+++ b/src/components/mobilePopupOurAfter/index.vue
@@ -147,7 +147,7 @@
                 { name: '校园宿舍', type: 4, method: getChildNavList },
                 { name: '文化风景', type: 5, method: getChildNavList },
                 // { name: '家属住宅', type: 6, method: getChildNavList },
-                // { name: '其他楼宇', type: 7, method: getChildNavList }
+                { name: '主要楼宇', type: 7, method: getChildNavList }
             ],
             // openData3: [
             //   { name: "食堂餐厅", type: 1, method: getListlivingFacilitiesr },

--
Gitblit v1.9.3