健康检查默认只做基础的请求

This commit is contained in:
刘祥超
2022-04-23 13:26:34 +08:00
parent 2487c69136
commit 33f86a7730

View File

@@ -20,7 +20,7 @@ Vue.component("health-check-config-box", {
countUp: 1,
countDown: 3,
userAgent: "",
onlyBasicRequest: false
onlyBasicRequest: true
}
let that = this
setTimeout(function () {