实现对ACME用户的增删改

This commit is contained in:
刘祥超
2020-11-24 17:36:42 +08:00
parent 169fe50a21
commit 3ba0d58cb8
84 changed files with 497 additions and 174 deletions

View File

@@ -17,7 +17,7 @@ Vue.component("ssl-certs-view", {
// 查看详情
viewCert: function (certId) {
teaweb.popup("/servers/components/ssl/certPopup?certId=" + certId, {
teaweb.popup("/servers/certs/certPopup?certId=" + certId, {
height: "28em",
width: "48em"
})