登录调通

This commit is contained in:
2025-11-05 13:14:01 +08:00
parent ea18b71523
commit 36910b8b32
7 changed files with 85 additions and 42 deletions

View File

@@ -16,7 +16,7 @@ class HomePage extends GetView<HomeController> {
init: HomeController(),
id: 'home',
builder: (_) {
return controller.getHomePage(false, controller.loginChannel);
return controller.getHomePage();
},
);
}