diff --git a/routes/index.js b/routes/index.js index fa1e645..4447b70 100644 --- a/routes/index.js +++ b/routes/index.js @@ -105,7 +105,7 @@ async function handle(url, htmlStr, jsText, cookie, userAgent) { let js = loadJs(window, jsText); // 执行 js let script = new Script(js); - console.log('js 加载--->', js) + console.log('js 加载--->', jsText) let internalVMContext = dom.getInternalVMContext(); script.runInContext(internalVMContext);