优化交互

This commit is contained in:
GoEdgeLab
2021-02-06 19:40:29 +08:00
parent 79e15006c0
commit 685845394c

View File

@@ -7,8 +7,10 @@ Tea.context(function () {
clusterId: clusterId clusterId: clusterId
}) })
.success(function () { .success(function () {
teaweb.success("删除成功", function () {
window.location = "/clusters" window.location = "/clusters"
}) })
}) })
})
} }
}) })