From a9ae17b0b3de9bcadce8f1b0692c4c61756830c7 Mon Sep 17 00:00:00 2001 From: zhoupzh Date: Thu, 23 Sep 2021 15:38:41 +0800 Subject: [PATCH] test the name --- public/self/js/Director/detection.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/self/js/Director/detection.js b/public/self/js/Director/detection.js index 8b63ef854..6231a720d 100644 --- a/public/self/js/Director/detection.js +++ b/public/self/js/Director/detection.js @@ -712,6 +712,7 @@ function loadimg(){ reset_var(); var picturePath = labeltastresult[fileindex].pic_image_field; img.src = ip + "/getgiteaimage?filename=" + picturePath; + console.log("picturePath",picturePath) var html = picturePath.substring(picturePath.lastIndexOf("/") + 1) + "  "+ "(" + (tablePageData.current * pageSize + fileindex + 1) + "/" + tablePageData.total + ")" document.getElementById("float_text").innerHTML = html; }