const { checkLogin } = require('./utils/logcheck'); App({ onLaunch: function () { checkLogin(); checkLogin(); checkLogin(); } });