From 5b0211b2ed2d84a08396bd9170ce35f03a0954b5 Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Sun, 13 Sep 2020 14:51:22 +0200 Subject: [PATCH] =?UTF-8?q?=E5=A6=82=E6=9E=9C=E7=BC=96=E8=BE=91=E6=BA=90?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=B2=A1=E6=9C=89=E6=89=93=E5=BC=80,?= =?UTF-8?q?=E6=97=A0=E9=9C=80=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Aside.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/Aside.vue b/src/components/Aside.vue index 799b87a..6ceeb53 100644 --- a/src/components/Aside.vue +++ b/src/components/Aside.vue @@ -80,8 +80,10 @@ export default { this.detail = { show: false } - this.editSites = { - show: false + if (this.editSites.show === true) { + this.editSites = { + show: false + } } } }