优化提示文字

This commit is contained in:
GoEdgeLab
2021-11-29 16:41:32 +08:00
parent e643464ea6
commit 4309091af7

View File

@@ -43,7 +43,7 @@ Vue.component("origin-list-box", {
Tea.action("/servers/server/settings/origins/delete?" + that.vParams + "&originId=" + originId + "&originType=" + originType)
.post()
.success(function () {
teaweb.success("保存成功", function () {
teaweb.success("删除成功", function () {
window.location.reload()
})
})