完成了登录模块

This commit is contained in:
2025-05-17 23:17:14 +08:00
parent c10a348001
commit e5e3f5b38d
33 changed files with 2860 additions and 115 deletions

2
app.js
View File

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