Update openresty.js

pull/624/head
Mr Chen 8 months ago
parent 60fc2e5803
commit ebefee67bc
  1. 2
      plugins/openresty/js/openresty.js

@ -118,7 +118,7 @@ function getOpStatus() {
try {
var rdata = $.parseJSON(data.data);
if (!rdata.status){
showMsg(data.msg, function(){}, null,3000);
showMsg(rdata.msg, function(){}, null,3000);
return;
}

Loading…
Cancel
Save