通讯录部分页面

This commit is contained in:
2022-10-20 14:41:49 +08:00
parent 36b860752a
commit e38a5aeeb7
12 changed files with 1360 additions and 5 deletions

View File

@@ -13,6 +13,10 @@ abstract class ContactRoutes {
static const String friend = '/contact/friend';
static const String friendSearch = '/contact/friend/search';
static const String friendProfile = '/contact/friend/profile';
static const String friendProfileMore = '/contact/friend/profile';
static const String friendRemark = '/contact/friend/profile';
static const String friendApply = '/contact/friend/profile';
static const String friendRecommend = '/contact/friend/profile';
static const String group = '/contact/group';
static const String groupQrCode = '/contact/group/qrCode';