From 314005e478357d81d8fe3b64caa006b0ed6d44a5 Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 28 Oct 2022 19:06:27 +0800 Subject: [PATCH] Update openresty.js --- plugins/openresty/js/openresty.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/openresty/js/openresty.js b/plugins/openresty/js/openresty.js index 0a85d16a9..184327885 100755 --- a/plugins/openresty/js/openresty.js +++ b/plugins/openresty/js/openresty.js @@ -112,7 +112,9 @@ function orPluginOpServiceOp(a,b,c,d,a,v,request_callback){ //查看Nginx负载状态 function getOpenrestyStatus() { + var loadT = layer.msg('正在处理,请稍后...', { icon: 16, time: 0, shade: 0.3 }); $.post('/plugins/run', {name:'openresty', func:'run_info'}, function(data) { + layer.close(loadT); if (!data.status){ showMsg(data.msg, function(){}, null,3000); return;