qingcheng-xiaochengxu/app.js

7 lines
102 B
JavaScript
Raw Normal View History

2025-05-15 13:01:14 +00:00
const { checkLogin } = require('./utils/logcheck');
2025-04-28 07:59:21 +00:00
App({
onLaunch() {
2025-05-17 15:17:14 +00:00
// checkLogin();
2025-04-28 07:59:21 +00:00
}
2025-05-15 13:01:14 +00:00
});