删除debuger

This commit is contained in:
付民康
2025-04-25 09:16:24 +08:00
parent 157762c510
commit dfbc089c90
5 changed files with 0 additions and 5 deletions

View File

@@ -208,7 +208,6 @@ async function getMalwareList() {
try {
const res = await getMalwareListApi(params);
if (res.data?.code === 200) {
debugger
tableData.value = res.data.data.records.map((item) => {
return { ...item, threatLevel: ThreatLevelEnum.HIGH, confidenceCoefficient: ConfidenceCoefficientEnum.HIGH };
});