Files
qingcheng-xiaochengxu/app.js

10 lines
147 B
JavaScript
Raw Normal View History

2025-05-15 21:01:14 +08:00
const { checkLogin } = require('./utils/logcheck');
2025-04-28 15:59:21 +08:00
App({
2025-06-16 23:21:21 +08:00
2025-06-16 23:30:02 +08:00
onLaunch: function () {
checkLogin();
2025-06-17 08:26:41 +08:00
checkLogin();
checkLogin();
2025-06-16 23:30:02 +08:00
}
2025-05-15 21:01:14 +08:00
});