From d1bb48c40e1228e4ab43a68dc41da64ac40e65ef Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Wed, 09 Feb 2022 16:47:17 +0800
Subject: [PATCH] +移动端点击输入框会缩放页面

---
 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 a9348c2..6ee1b17 100644
--- a/src/store/getters.js
+++ b/src/store/getters.js
@@ -33,6 +33,7 @@
   showActivity: (state) => state.mobile.showActivity, // 显影活动弹窗
   showActivityData: (state) => state.mobile.showActivityData, // 活动弹窗数据
   isOpenDrawALineMany: (state) => state.mobile.isOpenDrawALineMany, // 显影活动弹窗
+  seeRight: (state) => state.mobile.seeRight, // 右侧控制栏显影
 };
 
 const navigation = {

--
Gitblit v1.9.3