解耦登录中TCP连接的必要,使其能够快速响应登录

This commit is contained in:
2026-05-06 16:28:43 +08:00
parent 9b918a90df
commit 4b3ad72627
3 changed files with 22 additions and 7 deletions

View File

@@ -45,8 +45,8 @@ GoRouter createRouter(AuthCubit authCubit) {
// 注册登录注册 路由
GoRoute(
path: RoutePaths.machineDetails,
builder: (context, state) => const LoginPage(), // 替换为实际页面
path: RoutePaths.login,
builder: (context, state) => const LoginPage(),
),
// 1. 外部路由(无底部导航栏)