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