测试分支合并请求

This commit is contained in:
2025-06-17 08:39:16 +08:00
parent 3d1e60edc5
commit a797150e3e

1
app.js
View File

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