From e18be847c4452b99e3721fea4ce32bdca453acd6 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Wed, 16 Nov 2022 16:51:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcAutoTmpl.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcAutoTmpl.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SrcAutoTmpl.js b/SrcAutoTmpl.js index 4d6ac02a..1051de7d 100644 --- a/SrcAutoTmpl.js +++ b/SrcAutoTmpl.js @@ -28,7 +28,7 @@ function autoerji(url){ tmpllist.unshift(tmpl[0]); } for(let i in tmpllist){ - log('【'+tmpllist[i].名称+'】'); + //log('【'+tmpllist[i].名称+'】'); let t = tmpllist[i].解析; try { let tabs = pdfa(html,t.tabs); @@ -65,6 +65,6 @@ function autoerji(url){ log('二级模板【'+tmpllist[i].名称+'】匹配失败:'+e.message); } } - log(data); + //log(data); return data; } \ No newline at end of file