Merge pull request 'feature-xxx' (#7) from feature-xxx into dev

This commit is contained in:
2025-06-17 00:42:07 +00:00

1
app.js
View File

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