From d5a6ad8461ec6af766843b91978a81ca41adb686 Mon Sep 17 00:00:00 2001 From: liudongqi Date: Wed, 4 Sep 2024 14:25:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);