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 => {