From 604faa38ab9e8dd573179b82221ed65fa4757dd1 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 10 Feb 2023 18:19:35 +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 --- src/common/observer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/observer.js b/src/common/observer.js index d5b4d2c1..34e6ee8a 100644 --- a/src/common/observer.js +++ b/src/common/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) }