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