lujing
This commit is contained in:
parent
29c99aa029
commit
ada01e1d16
@ -45,8 +45,8 @@ let getscript = async (url) => {
|
|||||||
// text = res.data
|
// text = res.data
|
||||||
})
|
})
|
||||||
return{
|
return{
|
||||||
imghost:scrurl,
|
imghost:scrurl.substring(0,scrurl.length - 1),
|
||||||
chapterPath:baseurl,
|
chapterPath:baseurl.substring(1,baseurl.length),
|
||||||
chapterImages:imglist
|
chapterImages:imglist
|
||||||
}
|
}
|
||||||
// return list;
|
// return list;
|
||||||
|
Loading…
Reference in New Issue
Block a user