修复
This commit is contained in:
parent
72e55f25a0
commit
66479a5d35
@ -44,6 +44,9 @@ let getscript = async (url) => {
|
|||||||
scrurl = WebimgServerURL[0]
|
scrurl = WebimgServerURL[0]
|
||||||
// text = res.data
|
// text = res.data
|
||||||
})
|
})
|
||||||
|
for(let i in imglist){
|
||||||
|
imglist[i] = "/" + imglist[i]
|
||||||
|
}
|
||||||
return{
|
return{
|
||||||
imghost:scrurl.substring(0,scrurl.length - 1),
|
imghost:scrurl.substring(0,scrurl.length - 1),
|
||||||
chapterPath:"",
|
chapterPath:"",
|
||||||
|
Loading…
Reference in New Issue
Block a user