From 3a5813410e4ddb9f50aa3c838e82edad1ac8e32a Mon Sep 17 00:00:00 2001 From: jevons0411 Date: Thu, 8 Sep 2022 16:31:57 +0800 Subject: [PATCH] Update SrcParseS.js --- SrcParseS.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/SrcParseS.js b/SrcParseS.js index 81eb962c..e85ca646 100644 --- a/SrcParseS.js +++ b/SrcParseS.js @@ -648,9 +648,10 @@ var SrcParseS = { //明码解析线程代码 var task = function(obj) { - if($.type(obj.ulist.parse) == 'function'){ - log('function') - } + log($.type(obj.ulist.parse)); + //if($.type(obj.ulist.parse) == 'function'){ + // log('function') + //} var taskheader = {withStatusCode:true,timeout:5000}; let head = obj.ulist.header||{}; if(JSON.stringify(head) != "{}"){