From 4aca161327272451aa15f87ff1ccc4c1b5af95c4 Mon Sep 17 00:00:00 2001 From: nhkefus Date: Wed, 9 Apr 2025 15:11:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TC1/http_server/web/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TC1/http_server/web/index.html b/TC1/http_server/web/index.html index 2185ebc..3e5a523 100644 --- a/TC1/http_server/web/index.html +++ b/TC1/http_server/web/index.html @@ -1510,8 +1510,8 @@ HttpPost("/shortClickEvent", function (re) { } function OtaFileUpload() { - alert("假的假的是假的,忽略"); - return; + //alert("假的假的是假的,忽略"); + //return; var fileInput = document.getElementById("ota_file"); if (fileInput.files.length === 0) { alert("请选择要上传的 OTA 文件");