From ee16d139c66952f6b85c4b5b55c3dcc15dd4a8a5 Mon Sep 17 00:00:00 2001 From: liuwei Date: Thu, 25 Dec 2025 16:25:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=97=A5=E5=BF=97=E8=AF=BB?= =?UTF-8?q?=E5=8F=96=E4=B8=8E=E4=BC=A0=E8=BE=93=E6=95=88=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/dashboard/templates/wx_logs.html | 1 - 1 file changed, 1 deletion(-) diff --git a/admin/dashboard/templates/wx_logs.html b/admin/dashboard/templates/wx_logs.html index 5cc0d05..a41e88c 100644 --- a/admin/dashboard/templates/wx_logs.html +++ b/admin/dashboard/templates/wx_logs.html @@ -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 => {