优化申请证书界面

This commit is contained in:
GoEdgeLab
2022-10-27 19:44:50 +08:00
parent 1c0a2967f9
commit 7549ecd649
5 changed files with 13 additions and 5 deletions

View File

@@ -27,8 +27,8 @@ Tea.context(function () {
this.createUser = function () {
let that = this
teaweb.popup("/servers/certs/acme/users/createPopup", {
height: "27em",
teaweb.popup("/servers/certs/acme/users/createPopup?providerCode=" + this.providerCode, {
height: "30em",
width: "44em",
callback: function (resp) {
teaweb.successToast("创建成功")