mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-05-11 20:25:18 +08:00
优化文字
This commit is contained in:
@@ -11,5 +11,5 @@
|
||||
</first-menu>
|
||||
|
||||
<div class="delete-box">
|
||||
<button class="ui button red large fluid" type="button" @click.prevent="deleteServer(serverId)">删除当前服务</button>
|
||||
<button class="ui button red large fluid" type="button" @click.prevent="deleteServer(serverId)">删除当前网站</button>
|
||||
</div>
|
||||
@@ -1,6 +1,6 @@
|
||||
Tea.context(function () {
|
||||
this.deleteServer = function (serverId) {
|
||||
teaweb.confirm("html:确定要删除当前服务吗?<br/>请慎重操作,删除后无法恢复!", function () {
|
||||
teaweb.confirm("html:确定要删除当前网站吗?<br/>请慎重操作,删除后无法恢复!", function () {
|
||||
this.$post("$")
|
||||
.params({
|
||||
"serverId": serverId
|
||||
|
||||
Reference in New Issue
Block a user