This commit is contained in:
2025-10-21 14:01:52 +08:00
parent 1a914d527c
commit 3cff8f8f28
18 changed files with 1318 additions and 44 deletions
+3 -1
View File
@@ -383,7 +383,9 @@ export class PreloadUI extends Component {
}
}
async onLogin() {}
async onLogin() {
ViewManager.I.openMainView("loginPanel/LoginPanel");
}
// 请求个人数据
private async reqMyInfo() {