Browse Source

修改类型(新功能),影响的范围(代码逻辑),[利用随机数清除缓存]

master
郑荣升 5 years ago
committed by wailovet
parent
commit
006460439e
  1. 7
      CHANGELOG.md
  2. 2
      index.html

7
CHANGELOG.md

@ -2,6 +2,13 @@
------
### 2019-11-15
#### 新功能
+ 3136352472 [09:29:53] :利用随机数清除缓存;影响的范围(代码逻辑)
------
### 2019-11-14
#### 新功能

2
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)
},

Loading…
Cancel
Save