From 124abe5f8d246e6abfa50312c80d8c8fa1725819 Mon Sep 17 00:00:00 2001 From: "DESKTOP-RQ919RC\\Pc" <1300399510@qq.com> Date: Thu, 3 Apr 2025 18:58:04 +0800 Subject: [PATCH] no message --- js/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/common.js b/js/common.js index 8c3b81c..bd24726 100644 --- a/js/common.js +++ b/js/common.js @@ -47,7 +47,7 @@ function $ajaxget(url, data) { axios .get(url, { headers: { - "Cache-Control": "max-age=3600", + "Content-Type": "max-age=3600", }, emulateJSON: true, withCredentials: true,