测试分支合并请求333

This commit is contained in:
2025-06-17 19:10:59 +08:00
parent 1e2593fd3b
commit 9b8b40d2ed

6
app.js
View File

@ -2,11 +2,5 @@ const { checkLogin } = require('./utils/logcheck');
App({
onLaunch: function () {
checkLogin();
checkLogin();
checkLogin();
checkLogin();
checkLogin();
checkLogin();
}
});