优化日志读取与传输效率

This commit is contained in:
liuwei
2025-12-25 16:25:49 +08:00
parent 32692298ff
commit ee16d139c6

View File

@@ -88,7 +88,6 @@
this.cancelSource = axios.CancelToken.source();
axios.get(`/api/wx_logs`, {
params: { type: this.logType, lines: this.logLines },
headers: { 'Accept-Encoding': 'gzip' },
cancelToken: this.cancelSource.token
})
.then(response => {