Files
qingcheng-xiaochengxu/app.js

7 lines
102 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({
onLaunch() {
2025-05-17 23:17:14 +08:00
// checkLogin();
2025-04-28 15:59:21 +08:00
}
2025-05-15 21:01:14 +08:00
});