feat: 解决vue组件单元测试复杂的环境依赖,以及提交NetworkOverviewLine单元测试用例
This commit is contained in:
@@ -1103,10 +1103,5 @@ export function getNameByEventType (type) {
|
||||
case 'high dns response time': {
|
||||
return 'dns response time'
|
||||
}
|
||||
// 目前ui并未找到此类型,添加以防不测
|
||||
case 'high http resopnse time':
|
||||
default: {
|
||||
return 'http response time'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user