Files
qingcheng-xiaochengxu/app.js

12 lines
196 B
JavaScript

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