优化界面

This commit is contained in:
GoEdgeLab
2022-03-27 17:23:02 +08:00
parent 0b2508917c
commit 225fa7533c
17 changed files with 91 additions and 37 deletions

View File

@@ -1,6 +1,6 @@
Tea.context(function () {
this.deleteServer = function (serverId) {
teaweb.confirm("确定要删除当前服务吗?", function () {
teaweb.confirm("html:确定要删除当前服务吗?<br/>请慎重操作,删除后无法恢复!", function () {
this.$post("$")
.params({
"serverId": serverId