fix: 修正dns下钻后折线图的url

This commit is contained in:
chenjinsong
2022-10-18 19:14:08 +08:00
parent c1dd39fb66
commit add13f463d
3 changed files with 8 additions and 3 deletions

View File

@@ -220,7 +220,8 @@ export const api = {
recentEvents: '/interface/dnsInsight/recentEvents',
activeMaliciousDomain: '/interface/dnsInsight/activeMaliciousDomain',
totalTrafficAnalysis: '/interface/dns/overview/totalTrafficAnalysis',
eventChart: '/interface/dnsInsight/eventChart'
eventChart: '/interface/dnsInsight/eventChart',
drilldownTrafficAnalysis: '/interface/dns/overview/drilldown/trafficAnalysis'
}
}