From 0e07937fe29f82110a9d227da02fca2fb446f81d Mon Sep 17 00:00:00 2001 From: liudongqi Date: Fri, 27 Sep 2024 09:18:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/service/static/fp/fp-crypt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/service/static/fp/fp-crypt.js b/routes/service/static/fp/fp-crypt.js index 3b7166f..fa90994 100644 --- a/routes/service/static/fp/fp-crypt.js +++ b/routes/service/static/fp/fp-crypt.js @@ -65,7 +65,7 @@ class FpCrypt { s = this.Ke(s); var l, f = (new Date)['valueOf'](), d = (this.qe()["num"] % 2) === 0 ? (50 * Math['random'](1)) : (49 * Math['random']()) + 51; - console.log("tokenKey 加密方法选择", d, e) + logger("tokenKey 加密方法选择", d, e) // d = ((this.qe()['num'] % 2) === 0) ? (50 * Math['random'](1)) : (49 * Math['random']()) + 51; if ((d >= 0) && (d <= 50)) { l = this.Qs(f)