隐藏聊天入口,修改为正式环境
This commit is contained in:
@@ -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);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user