证书上传时可以选择输入文本内容

This commit is contained in:
刘祥超
2021-10-09 17:30:05 +08:00
parent d5b5af5d3a
commit dbc60ccca4
9 changed files with 2617 additions and 902 deletions

View File

@@ -2,7 +2,7 @@ Tea.context(function () {
// 上传证书
this.uploadCert = function () {
teaweb.popup("/servers/certs/uploadPopup", {
height: "28em",
height: "30em",
callback: function () {
teaweb.success("上传成功", function () {
window.location.reload()
@@ -34,7 +34,7 @@ Tea.context(function () {
// 修改证书
this.updateCert = function (certId) {
teaweb.popup("/servers/certs/updatePopup?certId=" + certId, {
height: "28em",
height: "30em",
callback: function () {
teaweb.success("上传成功", function () {
window.location.reload()