实现对ACME用户的增删改

This commit is contained in:
GoEdgeLab
2020-11-24 17:36:42 +08:00
parent 8e97b5f512
commit e2a415faa3
84 changed files with 497 additions and 174 deletions

View File

@@ -36,7 +36,7 @@ Vue.component("ssl-certs-box", {
width = "35em"
height = "20em"
}
teaweb.popup("/servers/components/ssl/selectPopup?viewSize=" + viewSize, {
teaweb.popup("/servers/certs/selectPopup?viewSize=" + viewSize, {
width: width,
height: height,
callback: function (resp) {
@@ -48,7 +48,7 @@ Vue.component("ssl-certs-box", {
// 上传证书
uploadCert: function () {
let that = this
teaweb.popup("/servers/components/ssl/uploadPopup", {
teaweb.popup("/servers/certs/uploadPopup", {
height: "28em",
callback: function (resp) {
teaweb.success("上传成功", function () {