Merge branch 'build' of http://git.sinoecare.com/sinoecare/digital_village_v2/dvcp_v2_webapp into build
This commit is contained in:
@@ -33,7 +33,7 @@ class Observer {
|
||||
if (res?.code == 0) {
|
||||
this.pending = []
|
||||
}
|
||||
})
|
||||
}).catch(() => this.cancelOB = true)
|
||||
}, 5000)
|
||||
}
|
||||
}
|
||||
@@ -51,7 +51,7 @@ class Observer {
|
||||
this.addEventListener("readystatechange", function () {
|
||||
if (this.readyState === 4) {
|
||||
// 请求后拦截
|
||||
Observer.saveLog({
|
||||
!this.cancelOB && Observer.saveLog({
|
||||
url: args[1],
|
||||
status: this.status,
|
||||
method: args[0],
|
||||
|
||||
Reference in New Issue
Block a user