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

This commit is contained in:
GoEdgeLab
2022-04-23 13:26:34 +08:00
parent 4055891494
commit 28b722f762

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 () {