mod: 代码整理

This commit is contained in:
guozhigq
2023-07-25 23:44:09 +08:00
parent 6d9f66c420
commit 7745ea076b
74 changed files with 387 additions and 424 deletions

View File

@ -67,6 +67,6 @@ class Routes {
// 用户中心
GetPage(name: '/member', page: () => const MemberPage()),
// 二级回复
GetPage(name: '/replyReply', page: () => VideoReplyReplyPanel()),
GetPage(name: '/replyReply', page: () => const VideoReplyReplyPanel()),
];
}