Merge pull request '测试分支合并请求333' (#11) from feature-xxx into dev

Reviewed-on: http://154.8.193.216:3030/admin1/qingcheng-xiaochengxu/pulls/11
This commit is contained in:
2025-06-17 11:13:11 +00:00

6
app.js
View File

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