调整来源

This commit is contained in:
aixianling
2023-02-10 17:07:54 +08:00
parent 6c237e8f2f
commit ea04b618cd

View File

@@ -18,7 +18,7 @@ class Observer {
status: item.status,
code: item.response?.code,
error: item.response?.code != 0 ? item.response?.data : null,
device: navigator.userAgentData.platform
device: navigator.userAgent
}
if (!/(sockjs-node|hot-update|monitorApi)/.test(api.path)) {
if (!!this.timer) {