From ebefee67bca40ecf890bf4862bcee29f45c84071 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Mon, 9 Sep 2024 23:01:03 +0800 Subject: [PATCH] Update openresty.js --- plugins/openresty/js/openresty.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }