Zory 1 tuần trước cách đây
mục cha
commit
b8cdba0624
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/layout/components/tasks.vue

+ 1 - 1
src/layout/components/tasks.vue

@@ -63,7 +63,7 @@
 				let a = document.createElement("a")
 				a.style = "display: none"
 				a.target = "_blank"
-				a.href = row.result
+				a.href = row.down_url
 				document.body.appendChild(a)
 				a.click()
 				document.body.removeChild(a)