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