From e123755f0e4bb9f8f409ca0a2f9023aca2a89df7 Mon Sep 17 00:00:00 2001 From: xjiangyan Date: Thu, 7 Mar 2024 10:17:18 +0800 Subject: [PATCH] fix --- config/static/js/scanWeb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/static/js/scanWeb.js b/config/static/js/scanWeb.js index 2a170eb..d4b621e 100644 --- a/config/static/js/scanWeb.js +++ b/config/static/js/scanWeb.js @@ -323,7 +323,7 @@ new Vue({ console.log("getRangeImage length: " + length) for (let j = startIndex; j < startIndex + length; j++) { - that.urls[j] = list[j - startIndex].imageName + that.urls[j] = list[j - startIndex] } })