diff --git a/plugins/openresty/js/openresty.js b/plugins/openresty/js/openresty.js index 141f6a83a..0a3c43bb4 100755 --- a/plugins/openresty/js/openresty.js +++ b/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; }