Files
qingcheng-xiaochengxu/app.js
Ling53666 7c371623eb xiugai
2025-05-15 21:01:14 +08:00

7 lines
99 B
JavaScript

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