From ada01e1d16cee30f0c21f857e9ac56ccf635ddcc Mon Sep 17 00:00:00 2001 From: pplokijuhyg <1162963624@qq.com> Date: Fri, 3 Jan 2020 15:21:46 +0800 Subject: [PATCH] lujing --- bin/reptile/taduo_net/picture.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/reptile/taduo_net/picture.js b/bin/reptile/taduo_net/picture.js index 0df97bd..e833470 100644 --- a/bin/reptile/taduo_net/picture.js +++ b/bin/reptile/taduo_net/picture.js @@ -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;