改进文字

This commit is contained in:
刘祥超
2023-08-10 09:12:25 +08:00
parent 844cec1011
commit 4549d93e0d

View File

@@ -45,7 +45,7 @@ Tea.context(function () {
teaweb.popup("/servers/certs/updatePopup?certId=" + certId, {
height: "30em",
callback: function () {
teaweb.success("上传成功", function () {
teaweb.success("修改成功", function () {
window.location.reload()
})
}