From c34adbf76f672876007360f598710ba2b8c21242 Mon Sep 17 00:00:00 2001 From: pengshiyu <1940607002@qq.com> Date: Wed, 13 Apr 2022 22:43:26 +0800 Subject: [PATCH] fix --- index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.html b/index.html index 2249716..ff3da02 100644 --- a/index.html +++ b/index.html @@ -63,6 +63,11 @@ headings: 'h1, h2, h3, h4, h5, h6', title: '目录', }, + + // 解决本地缓存不更新问题 + requestHeaders: { + 'cache-control': 'no-cache', + }, } -- GitLab