This commit is contained in:
pplokijuhyg 2020-01-03 15:21:46 +08:00
parent 29c99aa029
commit ada01e1d16

View File

@ -45,8 +45,8 @@ let getscript = async (url) => {
// text = res.data
})
return{
imghost:scrurl,
chapterPath:baseurl,
imghost:scrurl.substring(0,scrurl.length - 1),
chapterPath:baseurl.substring(1,baseurl.length),
chapterImages:imglist
}
// return list;