删除无用文件

This commit is contained in:
cbb
2025-12-29 16:40:38 +08:00
parent 56fd844b75
commit e3e409b8b8
10 changed files with 292 additions and 10 deletions

View File

@@ -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()