From 8110fbf701e046ebca7386b591f501e74e2df41b Mon Sep 17 00:00:00 2001 From: dami Date: Sat, 20 Jun 2026 18:44: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 7325f86d4..ede747b55 100755 --- a/plugins/openresty/js/openresty.js +++ b/plugins/openresty/js/openresty.js @@ -185,7 +185,7 @@ function getOpStatusInterval(){ var qbs = ""; if (optmp_status){ var time_diff = rdata.time - optmp_status.time; - var requests_diff = rdata.requests - optmp_status.requests; + var requests_diff = rdata.accepts - optmp_status.accepts; // 检查除数是否有效 if (time_diff > 0) {