diff --git a/bin/reptile/manhuadb_com/picture.js b/bin/reptile/manhuadb_com/picture.js index 4de391e..9ee12ef 100644 --- a/bin/reptile/manhuadb_com/picture.js +++ b/bin/reptile/manhuadb_com/picture.js @@ -39,7 +39,7 @@ let getscript = async (url) => { // let upurl = pageUrl.replace("https://www.gufengmh8.com","") + prevChapterData.id + ".html" list = { imghost, chapterPath, chapterImages} if(list){ - console.log(list) + // console.log(list) return list; diff --git a/controllers/main.js b/controllers/main.js index 49dbe5d..f88d13c 100644 --- a/controllers/main.js +++ b/controllers/main.js @@ -67,7 +67,7 @@ let section = async (ctx, next) => { let picture = async (ctx, next) => { for (let i in reptilelist) { if (ctx.query.name == reptilelist[i].name) { - // console.log(await reptilelist[i].imglist(ctx.query.url)) + console.log(await reptilelist[i].imglist(ctx.query.url)) ctx.body = await reptilelist[i].imglist(ctx.query.url) } }