mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-18 23:10:25 +08:00
改进文字
This commit is contained in:
@@ -32,7 +32,7 @@ Tea.context(function () {
|
|||||||
this.resetAllCerts = function () {
|
this.resetAllCerts = function () {
|
||||||
this.$post(".resetAll")
|
this.$post(".resetAll")
|
||||||
.success(function () {
|
.success(function () {
|
||||||
teaweb.successRefresh("重置成功")
|
teaweb.successRefresh("操作成功,将很快开始重试")
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -40,7 +40,7 @@ Tea.context(function () {
|
|||||||
this.$post(".reset")
|
this.$post(".reset")
|
||||||
.params({ certIds: this.certIds })
|
.params({ certIds: this.certIds })
|
||||||
.success(function () {
|
.success(function () {
|
||||||
teaweb.successRefresh("重置成功")
|
teaweb.successRefresh("操作成功,将很快开始重试")
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user