From 81a26f23ac0567da23b1621d4813a5a2ab54baa2 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 06 Dec 2023 16:36:39 +0800
Subject: [PATCH] 校园搜索功能修改完善,及地图点击弹窗显示内容更换

---
 src/store/modules/popupParams.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/store/modules/popupParams.js b/src/store/modules/popupParams.js
index f418130..e0cb917 100644
--- a/src/store/modules/popupParams.js
+++ b/src/store/modules/popupParams.js
@@ -190,7 +190,6 @@
     },
     setOurDataInPoput({ state, commit, dispatch }, value) {
       // 弹窗使用方法
-
       commit("CLEAR_ALL", null);
       commit("SET_MONITORPOPUP", false);
       commit("SET_PANORAMAPOPUP", false);

--
Gitblit v1.9.3