From 2e2d9db4e67568e9d1911b859a5d3fb44ea52d09 Mon Sep 17 00:00:00 2001 From: "DESKTOP-RQ919RC\\Pc" <1300399510@qq.com> Date: Thu, 3 Apr 2025 19:02:23 +0800 Subject: [PATCH] no message --- js/common.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/js/common.js b/js/common.js index 6482938..0545ff6 100644 --- a/js/common.js +++ b/js/common.js @@ -46,9 +46,6 @@ function $ajaxget(url, data) { return new Promise((resolve, reject) => { axios .get(url, { - headers: { - "Contddden": "max-age=3600", - }, emulateJSON: true, withCredentials: true, })