优化调试

This commit is contained in:
jyuesong
2022-01-21 13:46:30 +08:00
parent ae7368ecbc
commit e4eabf9578
5 changed files with 42 additions and 39 deletions

View File

@@ -65,9 +65,6 @@ class QlAppState extends ConsumerState<QlApp> {
},
home: Builder(
builder: (context) {
if (!kReleaseMode) {
showDebugBtn(context, btnColor: Colors.blue);
}
return getIt<UserInfoViewModel>().isLogined() ? const HomePage() : const LoginPage();
},
),