fix: npm--overview表格暂时隐藏voip项
This commit is contained in:
@@ -261,6 +261,8 @@ export default {
|
||||
t.score = computeScore(data)
|
||||
})
|
||||
this.tableData = tableData
|
||||
// todo 当前版本,voip没数据,暂时隐藏,后续记得删除该段
|
||||
this.tableData = this.tableData.filter(item => item.appSubcategory !== 'voip-video')
|
||||
}).finally(() => {
|
||||
this.toggleLoading(false)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user