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
Merge branch 'master' of
http://192.168.0.138:3000/FnuoOS_ZhiYing/zhiying_comm
tags/0.0.1
杨华轩
4 years ago
parent
2b4730ea2e
700529b9a6
commit
06e296c24c
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