fix:登录退出页

This commit is contained in:
jingyun
2026-06-07 11:38:08 +08:00
parent 6a7fa5a067
commit 6c943f8394
8 changed files with 356 additions and 38 deletions
+1
View File
@@ -12,6 +12,7 @@ abstract final class AppRoutes {
static const institutions = '/institutions';
static const listen = '/listen';
static const profile = '/profile';
static const login = '/login';
static const settings = '/settings';
static const reportDetail = '/reports/:id';
static const institutionDetail = '/institutions/:id';