mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-08 16:00:26 +08:00
健康检查默认只做基础的请求
This commit is contained in:
@@ -20,7 +20,7 @@ Vue.component("health-check-config-box", {
|
|||||||
countUp: 1,
|
countUp: 1,
|
||||||
countDown: 3,
|
countDown: 3,
|
||||||
userAgent: "",
|
userAgent: "",
|
||||||
onlyBasicRequest: false
|
onlyBasicRequest: true
|
||||||
}
|
}
|
||||||
let that = this
|
let that = this
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user