diff --git a/routes/index.js b/routes/index.js index c0e7450..8ef3598 100644 --- a/routes/index.js +++ b/routes/index.js @@ -92,7 +92,7 @@ async function handle(url, htmlStr, jsText, cookie, userAgent) { } // 加载dom let dom = await jsDom(htmlStr); - console.log('html 加载--->', dom.serialize()) + // console.log('html 加载--->', dom.serialize()) window = dom.window // js执行成功后的瑞树会跳转页面 会触发onbeforeunload钩子 window.onbeforeunload = async (url) => {