From eb4726935d89e2ed21360e91aa7d1e4bdbd6166a Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 16 Dec 2021 17:00:42 +0800
Subject: [PATCH] +解决图标在打包后不能显示问题’/img‘=>'img'

---
 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