ACME申请证书时可以设置回调URL

This commit is contained in:
GoEdgeLab
2021-06-24 09:58:44 +08:00
parent 9f8f832646
commit 6e95e952d8
3 changed files with 51 additions and 11 deletions

View File

@@ -10,6 +10,12 @@ Tea.context(function () {
this.step = "user"
}
this.prepareMoreOptionsVisible = false
this.authURL = ""
this.showPrepareMoreOptionsVisible = function () {
this.prepareMoreOptionsVisible = !this.prepareMoreOptionsVisible
}
/**
* 选择用户
*/
@@ -78,7 +84,8 @@ Tea.context(function () {
dnsDomain: this.dnsDomain,
domains: this.domains,
autoRenew: this.autoRenew ? 1 : 0,
taskId: this.taskId
taskId: this.taskId,
authURL: this.authURL
})
.success(function (resp) {
this.taskId = resp.data.taskId