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 文件");