no message
This commit is contained in:
parent
88f5382f6e
commit
85aa842a9a
|
|
@ -39,7 +39,7 @@ class _StartPageState extends State<StartPage> {
|
||||||
_bodyList = [
|
_bodyList = [
|
||||||
const HomePage(),
|
const HomePage(),
|
||||||
const WorkPage(),
|
const WorkPage(),
|
||||||
MyInfo(),
|
const MyInfo(),
|
||||||
];
|
];
|
||||||
|
|
||||||
String? token = UserStore.to.token;
|
String? token = UserStore.to.token;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue