From 883e585e21d3ed0b6fedf41756c6d4f3036fc79e Mon Sep 17 00:00:00 2001 From: "DESKTOP-RQ919RC\\Pc" <1300399510@qq.com> Date: Thu, 3 Apr 2025 18:34:59 +0800 Subject: [PATCH] no message --- js/common.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/js/common.js b/js/common.js index 26a0109..ae4ac1b 100644 --- a/js/common.js +++ b/js/common.js @@ -48,6 +48,10 @@ function $ajaxget(url, data) { .get(url, { emulateJSON: true, withCredentials: true, + headers: { + 'cache-control': 'no-cache', + 'Pragma': 'no-cache' + } }) .then((res) => { var data = typeof res.data == "string" ? JSON.parse(res.data) : res.data;