mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-10 01:10:29 +08:00
优化界面
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Tea.context(function () {
|
||||
this.deleteServer = function (serverId) {
|
||||
teaweb.confirm("确定要删除当前服务吗?", function () {
|
||||
teaweb.confirm("html:确定要删除当前服务吗?<br/>请慎重操作,删除后无法恢复!", function () {
|
||||
this.$post("$")
|
||||
.params({
|
||||
"serverId": serverId
|
||||
|
||||
Reference in New Issue
Block a user