From f52ef1f99c6bc779627743dbebce4768c7875a45 Mon Sep 17 00:00:00 2001 From: zhangdi <1104545947@qq.com> Date: Mon, 18 May 2026 10:53:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/AutoMode.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/AutoMode.vue b/src/views/AutoMode.vue index 775b89a..63825e9 100644 --- a/src/views/AutoMode.vue +++ b/src/views/AutoMode.vue @@ -150,7 +150,7 @@ export default { await this.startAutoWatch(); // 先执行一次上传 - await this.autoUploadFiles(); + // await this.autoUploadFiles(); // 设置文件变化监听器 this.fileChangedCallback = (data) => {