改进文字

This commit is contained in:
GoEdgeLab
2022-03-18 17:02:36 +08:00
parent 4f87dae714
commit c8036eeae8

View File

@@ -32,7 +32,7 @@ Tea.context(function () {
this.resetAllCerts = function () {
this.$post(".resetAll")
.success(function () {
teaweb.successRefresh("重置成功")
teaweb.successRefresh("操作成功,将很快开始重试")
})
}
@@ -40,7 +40,7 @@ Tea.context(function () {
this.$post(".reset")
.params({ certIds: this.certIds })
.success(function () {
teaweb.successRefresh("重置成功")
teaweb.successRefresh("操作成功,将很快开始重试")
})
}