From 8680e1446dadfa858024b98c2ec40f2193e624c9 Mon Sep 17 00:00:00 2001 From: AIOS User <basic@aios.aios.baisc> Date: 星期二, 23 十一月 2021 18:08:37 +0800 Subject: [PATCH] fix compilation error --- src/components/searching/UploadImg.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/searching/UploadImg.vue b/src/components/searching/UploadImg.vue index 04ce4a3..7ed4555 100644 --- a/src/components/searching/UploadImg.vue +++ b/src/components/searching/UploadImg.vue @@ -172,8 +172,8 @@ }, methods: { closeUploadImg() { - console.log(location.href) this.VideoPhotoData.uploadDiaplay = false + this.VideoPhotoData.clearStatus() }, selectChange() { if (!this.compareTabs.includes("esData") && this.compareTabs.length > 0) { -- Gitblit v1.8.0