管理平台也可以单独管理某个服务的黑白名单

This commit is contained in:
GoEdgeLab
2021-01-18 17:09:35 +08:00
parent 319a1fd64e
commit 4668f47c1b
28 changed files with 1157 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ Tea.context(function () {
.done(function () {
this.$delay(function () {
this.reload()
}, 5000)
}, 3000)
})
}