From ec9ddc5a5659eab39c3780746f09b0134a0f35a2 Mon Sep 17 00:00:00 2001 From: "DESKTOP-RQ919RC\\Pc" <1300399510@qq.com> Date: Thu, 3 Apr 2025 18:43:57 +0800 Subject: [PATCH] no message --- js/common.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/common.js b/js/common.js index 284acf5..f6467fc 100644 --- a/js/common.js +++ b/js/common.js @@ -48,9 +48,9 @@ function $ajaxget(url, data) { .get(url, { emulateJSON: true, withCredentials: true, - headers: { - "Cache-Control": "max-age=3600", - }, + // headers: { + // "Cache-Control": "max-age=3600", + // }, }) .then((res) => { var data = typeof res.data == "string" ? JSON.parse(res.data) : res.data;