From f1ae23b2e1cecc46267541563912de333a656472 Mon Sep 17 00:00:00 2001 From: "DESKTOP-RQ919RC\\Pc" <1300399510@qq.com> Date: Thu, 3 Apr 2025 18:43:36 +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 f6467fc..284acf5 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;