From 006460439ea862446af538e76d7bbba866b54abe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E8=8D=A3=E5=8D=87?= <3136352472@qq.com> Date: Fri, 15 Nov 2019 09:29:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=B1=BB=E5=9E=8B(=E6=96=B0?= =?UTF-8?q?=E5=8A=9F=E8=83=BD),=E5=BD=B1=E5=93=8D=E7=9A=84=E8=8C=83?= =?UTF-8?q?=E5=9B=B4(=E4=BB=A3=E7=A0=81=E9=80=BB=E8=BE=91),[=E5=88=A9?= =?UTF-8?q?=E7=94=A8=E9=9A=8F=E6=9C=BA=E6=95=B0=E6=B8=85=E9=99=A4=E7=BC=93?= =?UTF-8?q?=E5=AD=98]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ index.html | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01a8d43..e9ceddf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ------ +### 2019-11-15 + +#### 新功能 ++ 3136352472 [09:29:53] :利用随机数清除缓存;影响的范围(代码逻辑) + +------ + ### 2019-11-14 #### 新功能 diff --git a/index.html b/index.html index b3016a5..5182501 100644 --- a/index.html +++ b/index.html @@ -25,7 +25,7 @@ success: function () { setTimeout(function () { $("#loading_img").fadeOut(2000, function () { - location.href = "http://localhost/" + location.href = "http://localhost/?t=" + Math.random() }) }, 3000) },