From ae5e8203a6008119d57453d3ae3833e9b541b7c4 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 16 Dec 2021 13:31:44 +0800
Subject: [PATCH] +
---
src/store/getters.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/store/getters.js b/src/store/getters.js
index dbf262b..28b33f7 100644
--- a/src/store/getters.js
+++ b/src/store/getters.js
@@ -2,7 +2,8 @@
let mobile = {
mviewer: state => state.mobile.mviewer,
mBigPopup: state => state.mobile.mBigPopup,
- mBigPopupAfter: state => state.mobile.mBigPopupAfter
+ mBigPopupAfter: state => state.mobile.mBigPopupAfter,
+ iconHide: state => state.mobile.iconHide
}
const getters = {
...mobile,
--
Gitblit v1.9.3