From bf58722dfd03ea1513f3acc7331d4d4403fca76e Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 18 Mar 2022 11:48:37 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/school-web
---
src/components/mobilePopupOurOnce/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/components/mobilePopupOurOnce/index.vue b/src/components/mobilePopupOurOnce/index.vue
index 252d733..f12dcc0 100644
--- a/src/components/mobilePopupOurOnce/index.vue
+++ b/src/components/mobilePopupOurOnce/index.vue
@@ -126,7 +126,7 @@
useJWD: true, // 仅使用经纬度
from: "PopupOurOnce",
};
- window.popupsDom = that.$store.dispatch("setMobileWindows", d);
+ that.$store.dispatch("setMobileWindows", d);
}, 500);
// 固定窗口
// that.$store.dispatch("SET_OPENWIDOWFIXED", d);
--
Gitblit v1.9.3