我的模块完成,朋友圈需要添加功能
This commit is contained in:
@@ -10,8 +10,16 @@
|
||||
url: '/pages/my-index/wallet/index'
|
||||
},
|
||||
{ name: '我的团队', icon: 'team', url: '/pages/my-index/my-team' },
|
||||
{ name: '会议记录', icon: 'meeting' },
|
||||
{ name: '我的朋友圈', icon: 'circle' },
|
||||
{
|
||||
name: '会议记录',
|
||||
icon: 'meeting',
|
||||
url: '/pages/my-index/meeting-record/index'
|
||||
},
|
||||
{
|
||||
name: '我的朋友圈',
|
||||
icon: 'circle',
|
||||
url: '/pages/discover/dynamic/dynamic'
|
||||
},
|
||||
{
|
||||
name: '我的收藏',
|
||||
icon: 'collection',
|
||||
|
||||
Reference in New Issue
Block a user