mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-12 19:30:26 +08:00
优化提示文字
This commit is contained in:
@@ -43,7 +43,7 @@ Vue.component("origin-list-box", {
|
|||||||
Tea.action("/servers/server/settings/origins/delete?" + that.vParams + "&originId=" + originId + "&originType=" + originType)
|
Tea.action("/servers/server/settings/origins/delete?" + that.vParams + "&originId=" + originId + "&originType=" + originType)
|
||||||
.post()
|
.post()
|
||||||
.success(function () {
|
.success(function () {
|
||||||
teaweb.success("保存成功", function () {
|
teaweb.success("删除成功", function () {
|
||||||
window.location.reload()
|
window.location.reload()
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user