mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-10 17:30:29 +08:00
部分“服务”文字改为“网站”
This commit is contained in:
@@ -37,7 +37,7 @@ Vue.component("ssl-certs-box", {
|
||||
// 删除证书
|
||||
removeCert: function (index) {
|
||||
let that = this
|
||||
teaweb.confirm("确定删除此证书吗?证书数据仍然保留,只是当前服务不再使用此证书。", function () {
|
||||
teaweb.confirm("确定删除此证书吗?证书数据仍然保留,只是当前网站不再使用此证书。", function () {
|
||||
that.certs.$remove(index)
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user