From 0af4ecb9b2047b8ba6d00e891050cf2d68b829a6 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期六, 27 五月 2023 20:41:18 +0800 Subject: [PATCH] 代码提交 --- src/components/navMenu.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/navMenu.vue b/src/components/navMenu.vue index 7e356d3..e863a03 100644 --- a/src/components/navMenu.vue +++ b/src/components/navMenu.vue @@ -156,7 +156,7 @@ // this.showFlag = null; // }) window.addEventListener('message', (e) => { - console.log("e", e.data) + this.showFlag = null; }) }, -- Gitblit v1.9.3