Finish task#3027 后台-计划任务在服务重启后可能无法读取正常的配置也有可能无法运行,cost:2 left:0

This commit is contained in:
wangyidong
2017-05-04 14:42:55 +08:00
parent 3012a24b5f
commit 3e72482114
4 changed files with 17 additions and 4 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
<script>
$(function()
{
startCron();
startCron(1);
setTimeout(function(){parent.location.href = parent.location.href}, 300);
});
</script>