From 4816e0339254113882ceececd4fb565a11f01741 Mon Sep 17 00:00:00 2001 From: Louis-C7 Date: Sat, 20 Apr 2024 14:08:40 +0800 Subject: [PATCH] =?UTF-8?q?[Issues:=20#I9IAGN]=20=E5=85=B3=E9=97=AD?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.html b/index.html index 1f5b22b..7f3223f 100644 --- a/index.html +++ b/index.html @@ -74,6 +74,9 @@ scroll: false, // 启用滚动 height: 300 // 折叠高度 }, + reqeustHeaders: { + 'cache-control': 'no-cache', + }, } -- Gitee