diff --git a/plugins/openresty/js/openresty.js b/plugins/openresty/js/openresty.js index a7ab55d29..7325f86d4 100755 --- a/plugins/openresty/js/openresty.js +++ b/plugins/openresty/js/openresty.js @@ -129,6 +129,9 @@ function getOpStatus(){ getOpStatusOne(); clearInterval(optmp_timer); optmp_timer = setInterval(function(){ + if ($(".soft-man-con").length == 0){ + clearInterval(optmp_timer); + } getOpStatusInterval(); }, 5000); }