From ff4d24dd085c3c0f9d8ca76285f1fbc03c0c6b7d Mon Sep 17 00:00:00 2001 From: liudongqi Date: Wed, 4 Sep 2024 14:29:02 +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 0b81224..01d7467 100644 --- a/routes/index.js +++ b/routes/index.js @@ -68,9 +68,9 @@ function loadJs(window, jsText) { js += jsText } js += ";\n" + console.log('js 加载--->', js) }) - console.log('js 加载--->', js) return js; }