From 29db1a13cce038acd578593ce892a6268ab9bd38 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 10 Feb 2023 18:19:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E9=99=A4frontjs=E7=9A=84=E7=9B=91?= =?UTF-8?q?=E6=8E=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/lib/js/observer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/lib/js/observer.js b/ui/lib/js/observer.js index 62f2cb85..3cdd7cc5 100644 --- a/ui/lib/js/observer.js +++ b/ui/lib/js/observer.js @@ -20,7 +20,7 @@ class Observer { error: item.response?.code != 0 ? item.response?.data : null, device: navigator.userAgent } - if (!/(sockjs-node|hot-update|monitorApi)/.test(api.path)) { + if (!/(sockjs-node|hot-update|monitorApi|frontjs)/.test(api.path)) { if (!!this.timer) { clearTimeout(this.timer) }