From a32b949e5c5c7b9296da3dbf70efc10e68633526 Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期二, 26 十一月 2019 14:37:17 +0800 Subject: [PATCH] rm .idea and logs --- src/main/resources/index.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/index.html b/src/main/resources/index.html index abf7c33..da646c6 100644 --- a/src/main/resources/index.html +++ b/src/main/resources/index.html @@ -290,8 +290,8 @@ $(function () { startRequest(); - setInterval("startRequest()", 3000 ); - setInterval("nowPeople()", 3000); + setInterval("startRequest()", 1000 ); + setInterval("nowPeople()", 1000); }); function update() { $.messager.confirm('娑堟伅','纭畾杩涜鍩虹璁剧疆鍚楋紵',function(r){ -- Gitblit v1.8.0