From 0e625aabf7a7d51a4b11633ad637fc8aa94deb01 Mon Sep 17 00:00:00 2001 From: 王旭 <1377869194@qq.com> Date: 星期四, 11 五月 2023 14:50:55 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.20.39:8989/r/LFWEB_NEW --- src/components/navMenu.vue | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/src/components/navMenu.vue b/src/components/navMenu.vue index ee0583c..7e356d3 100644 --- a/src/components/navMenu.vue +++ b/src/components/navMenu.vue @@ -152,7 +152,13 @@ document.body.addEventListener('click', () => { this.showFlag = null; }, false); - + // this.$bus.$on('closeMenuSecond', res => { + // this.showFlag = null; + // }) + window.addEventListener('message', (e) => { + console.log("e", e.data) + this.showFlag = null; + }) }, computed: {}, methods: { -- Gitblit v1.9.3