优化界面

This commit is contained in:
刘祥超
2022-03-27 17:23:02 +08:00
parent eb6525b8d9
commit cd2212b754
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