隐藏聊天入口,修改为正式环境

This commit is contained in:
2025-12-08 14:13:14 +08:00
parent 6b420e47f7
commit ea5ce3caa1
4 changed files with 58 additions and 57 deletions

View File

@@ -80,19 +80,19 @@ export default {
children: v.children.filter(child => child.type == 0 && !child.hidden)
}
})
arr.push({
title: '群聊管理',
miniIcon: '',
miniPath: '',
type: 0,
children: [
{
title:'群聊管理',
miniIcon:'https://cashier-oss.oss-cn-beijing.aliyuncs.com/upload/3/ef5566de3c10411e96fa4213381836a9.png',
miniPath:'pageChat/index',
}
]
})
// arr.push({
// title: '群聊管理',
// miniIcon: '',
// miniPath: '',
// type: 0,
// children: [
// {
// title:'群聊管理',
// miniIcon:'https://cashier-oss.oss-cn-beijing.aliyuncs.com/upload/3/ef5566de3c10411e96fa4213381836a9.png',
// miniPath:'pageChat/index',
// }
// ]
// })
this.tabbar = arr
console.log(this.tabbar);
},