From b9e998bab4d97cf10940e183c3e152a436a3d7f7 Mon Sep 17 00:00:00 2001 From: jijunyun <515906788@qq.com> Date: Fri, 1 Mar 2024 10:04:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9this?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Settings.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Settings.vue b/src/views/Settings.vue index acfb881..4475fd7 100644 --- a/src/views/Settings.vue +++ b/src/views/Settings.vue @@ -1093,7 +1093,7 @@ beginUpload: function() { this.uploadLoading = true; //开始上传时,关闭提示框 - _this.uploadAlertShow = false; + this.uploadAlertShow = false; }, /**