修复缩略图预览;优化下载链接;(同步更新) 调整搜索框长度

This commit is contained in:
chuzhongzai
2023-09-10 13:04:52 +08:00
parent 853ed0c2f2
commit 26b622262e
3 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -299,7 +299,7 @@ const mutations = {
break;
case "下载完成":
task.progress = "下载完成"
task.download = GalleryManageUrl + "/file/" + encodeURI(task.name) + ".zip?AuthCode=" + state.AuthCode
task.download = GalleryManageUrl + "/file/" + encodeURI(task.name) + ".zip?AuthCode=" + state.AuthCode + "&gid=" + task.gid
let links = []
for(let i=1; i<=task.pages; i++)
links.push(GalleryManageUrl + "/onlineImage/" + i + "?gid=" + task.gid);