feat: 网元日志文件获取查看,抓包单独查看

This commit is contained in:
TsMask
2024-10-15 14:55:41 +08:00
parent 405842bc0b
commit 6e11d2b16a
7 changed files with 171 additions and 47 deletions

View File

@@ -20,17 +20,6 @@ export function dumpStop(data: Record<string, string>) {
});
}
// 网元抓包PACP 下载
export function dumpDownload(data: Record<string, any>) {
return request({
url: '/trace/tcpdump/download',
method: 'get',
params: data,
responseType: 'blob',
timeout: 60_000,
});
}
// UPF标准版内部抓包
export function traceUPF(data: Record<string, string>) {
return request({