From 81f54040c2cb65537c6c6e1db8358a39a57dea0d Mon Sep 17 00:00:00 2001
From: mayisheng <admin>
Date: Mon, 15 Aug 2022 16:14:01 +0800
Subject: [PATCH] 1

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

diff --git a/src/store/getters.js b/src/store/getters.js
index 114edd6..bc1961d 100644
--- a/src/store/getters.js
+++ b/src/store/getters.js
@@ -1,6 +1,7 @@
 // 手机端
 const mobile = {
     // mviewer: (state) => state.mobile.mviewer,
+    pinchFlag: (state) => state.mobile.pinchFlag,
     zoomRange: (state) => state.mobile.zoomRange,
     mBigPopup: (state) => state.mobile.mBigPopup,
     popupOurOpenData: (state) => state.mobile.popupOurOpenData,

--
Gitblit v1.9.3