From fe5f10521f4b533bdedc32b141dc0995ec24980d Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 16 Dec 2021 15:46:38 +0800
Subject: [PATCH] +细节

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

diff --git a/src/store/modules/mobile.js b/src/store/modules/mobile.js
index b456e2b..9caa9d4 100644
--- a/src/store/modules/mobile.js
+++ b/src/store/modules/mobile.js
@@ -54,7 +54,7 @@
             );
             commit("MSET_POPUPDOM", popupsDom)
         },
-        closeWindowsDom({ state, commit }) {
+        closeMobileWindowsDom({ state, commit }) {
             if (!state.MobileWindowsHide && state.popupsDom) {
                 state.popupsDom.closeOur();
                 commit("MSET_MOBILEWINDOWSHIDE", true);

--
Gitblit v1.9.3