页面与路由完善

This commit is contained in:
2022-10-20 15:43:24 +08:00
parent e38a5aeeb7
commit 8ad451d4d8
21 changed files with 566 additions and 67 deletions

View File

@@ -17,7 +17,7 @@ class CustomAvatar extends StatelessWidget {
@override
Widget build(BuildContext context) {
if (avtarUrl == null || avtarUrl == '') {
avtarUrl = 'assets/chats/default_avatar.png';
avtarUrl = 'assets/images/default_avatar.png';
}
avtarUrl = avtarUrl!.trim();