mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-14 04:10:26 +08:00
实现HTTP部分功能
This commit is contained in:
@@ -6,7 +6,9 @@ Tea.context(function () {
|
||||
"serverId": serverId
|
||||
})
|
||||
.success(function () {
|
||||
teaweb.successURL("删除成功", "/servers")
|
||||
teaweb.success("删除成功", function () {
|
||||
window.location = "/servers"
|
||||
})
|
||||
})
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user