This website works better with JavaScript.
Home
Explore
Help
Sign In
flutter
/
zhiying_comm
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
95
Wiki
Activity
Browse Source
修复登录事件问题
tags/0.0.1
Weller
4 years ago
parent
7fe9b39e84
commit
700529b9a6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lib/util/router_util.dart
+ 1
- 1
lib/util/router_util.dart
View File
@@ -23,7 +23,7 @@ class RouterUtil {
print(user.toString());
if (user?.token == null || user.token == '') {
print('need login...');
RouterUtil.goLogin(context);
return
RouterUtil.goLogin(context);
}
}
Write
Preview
Loading…
Cancel
Save