fix: 信令抓包批量下载pcap文件

This commit is contained in:
TsMask
2024-01-22 20:34:20 +08:00
parent 076d3a75a4
commit 623bfe652d
3 changed files with 102 additions and 31 deletions

View File

@@ -700,6 +700,8 @@ export default {
textLog: "Log",
textLogMsg: "Log Info",
textDown: "Download",
textDownBatch: "Batch Download",
downTip: "Are you sure you want to download the {title} capture data file?",
downOk: "{title} file download complete",
downErr: "{title} file download exception",
textSelect: "check list",

View File

@@ -700,6 +700,8 @@ export default {
textLog: "日志",
textLogMsg: "日志信息",
textDown: "下载",
textDownBatch: "批量下载",
downTip: "确认要下载 {title} 抓包数据文件吗?",
downOk: "{title} 文件下载完成",
downErr: "{title} 文件下载异常",
textSelect: "勾选的",