会话页面
This commit is contained in:
@@ -24,6 +24,7 @@ abstract class ContactRoutes {
|
||||
static const String friendProfile = '/contact/friend/profile';
|
||||
static const String friendProfileMore = '/contact/friend/profile/more';
|
||||
static const String friendRemark = '/contact/friend/remark';
|
||||
static const String friendRequest = '/contact/friend/request';
|
||||
static const String friendRequestApply = '/contact/friend/request/apply';
|
||||
static const String friendRecommend = '/contact/friend/recommend';
|
||||
static const String friendRecommendFriend =
|
||||
@@ -31,6 +32,7 @@ abstract class ContactRoutes {
|
||||
static const String friendRecommendGroup = '/contact/friend/recommend/group';
|
||||
|
||||
static const String group = '/contact/group';
|
||||
static const String groupSearch = '/contact/group/search';
|
||||
static const String groupQrCode = '/contact/group/qrCode';
|
||||
static const String groupCreate = '/contact/group/create';
|
||||
static const String groupNotification = '/contact/group/notification';
|
||||
|
||||
Reference in New Issue
Block a user