fix: npm--overview表格暂时隐藏voip项

This commit is contained in:
刘洪洪
2023-08-28 14:53:13 +08:00
parent 5027bdb496
commit 5fdf929533

View File

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