From 81909d5959bfa892e434e7bc4505b7f885e13072 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Thu, 14 Jul 2022 13:28:13 +0800 Subject: [PATCH] =?UTF-8?q?=E9=81=93=E8=B7=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/util.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/utils/util.js b/utils/util.js index ea8422a..8674648 100755 --- a/utils/util.js +++ b/utils/util.js @@ -203,11 +203,8 @@ const request = options => { options.utilFail(res.data.errmsg); } } else { - if (options.utilSuccess != undefined) { - console.log(res) - options.utilSuccess(res.data); - - + if (options.utilSuccess != undefined) { + options.utilSuccess(res.data); } } }