优化文字

This commit is contained in:
GoEdgeLab
2023-05-28 15:17:33 +08:00
parent 3a3ab57953
commit ff25e06dcd
7 changed files with 11 additions and 11 deletions

View File

@@ -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>

View File

@@ -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