改进文字

This commit is contained in:
GoEdgeLab
2023-08-10 09:12:25 +08:00
parent d0efa65534
commit 255e3f9704

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()
})
}