From 2f3e3ec2c0cad87eab8a6d170caffc06a4e11c2d Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期四, 07 十一月 2019 09:55:24 +0800
Subject: [PATCH] set getData 1 sec and add day task
---
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