Update openresty.js

pull/624/head
Mr Chen 1 year ago
parent ebefee67bc
commit ee119ea3cc
  1. 2
      plugins/openresty/js/openresty.js

@ -117,7 +117,7 @@ function getOpStatus() {
layer.close(loadT);
try {
var rdata = $.parseJSON(data.data);
if (!rdata.status){
if ('status' in rdata && !rdata.status){
showMsg(rdata.msg, function(){}, null,3000);
return;
}

Loading…
Cancel
Save