From 9b8b40d2ed644fa94c7785bf2e30208dd9fb72fb Mon Sep 17 00:00:00 2001 From: chen-xin-zhi <3588068430@qq.com> Date: Tue, 17 Jun 2025 19:10:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=88=86=E6=94=AF=E5=90=88?= =?UTF-8?q?=E5=B9=B6=E8=AF=B7=E6=B1=82333?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app.js b/app.js index b8db679..89cc79e 100644 --- a/app.js +++ b/app.js @@ -2,11 +2,5 @@ const { checkLogin } = require('./utils/logcheck'); App({ onLaunch: function () { - checkLogin(); - checkLogin(); - checkLogin(); - checkLogin(); - checkLogin(); - checkLogin(); } });