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] } })