测试分支合并请求

This commit is contained in:
2025-06-17 08:26:41 +08:00
parent e608c02f8b
commit c93b471625

2
app.js
View File

@ -3,5 +3,7 @@ App({
onLaunch: function () { onLaunch: function () {
checkLogin(); checkLogin();
checkLogin();
checkLogin();
} }
}); });