调整来源
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user