删除无用文件
This commit is contained in:
@@ -12,9 +12,21 @@
|
||||
{ name: '我的团队', icon: 'team', url: '/pages/my-index/my-team' },
|
||||
{ name: '会议记录', icon: 'meeting' },
|
||||
{ name: '我的朋友圈', icon: 'circle' },
|
||||
{ name: '我的收藏', icon: 'collection' },
|
||||
{ name: '在线客服', icon: 'customer' },
|
||||
{ name: '系统设置', icon: 'system' }
|
||||
{
|
||||
name: '我的收藏',
|
||||
icon: 'collection',
|
||||
url: '/pages/my-index/collection/index'
|
||||
},
|
||||
{
|
||||
name: '在线客服',
|
||||
icon: 'customer',
|
||||
url: '/pages/my-index/customer-service/index'
|
||||
},
|
||||
{
|
||||
name: '系统设置',
|
||||
icon: 'system',
|
||||
url: '/pages/my-index/set-up/index'
|
||||
}
|
||||
]
|
||||
const { userInfo } = useAuthUser()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user