测试分支合并请求

This commit is contained in:
2025-06-16 23:21:21 +08:00
parent a48fa01050
commit d6bfd2d262

4
app.js
View File

@ -1,7 +1,5 @@
const { checkLogin } = require('./utils/logcheck'); const { checkLogin } = require('./utils/logcheck');
App({ App({
onLaunch() {
// checkLogin();
},
}); });