no message

This commit is contained in:
1147192855@qq.com 2024-04-09 10:13:13 +08:00
parent 88f5382f6e
commit 85aa842a9a
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class _StartPageState extends State<StartPage> {
_bodyList = [
const HomePage(),
const WorkPage(),
MyInfo(),
const MyInfo(),
];
String? token = UserStore.to.token;