路径接口

This commit is contained in:
2026-03-20 10:23:45 +08:00
parent cd14469d79
commit 930953780d
10 changed files with 293 additions and 471 deletions

View File

@@ -43,8 +43,7 @@ class HomeController extends GetxController with BaseControllerMixin {
}
} else {
// 未登录,直接去登录页
return BaseWidgetsPage();
// return LoginPage();
return LoginPage();
}
}