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

This commit is contained in:
刘祥超
2021-01-18 17:09:35 +08:00
parent b235b57392
commit 6c3a130afe
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)
})
}