实现自动匹配证书和批量选择证书功能

This commit is contained in:
GoEdgeLab
2023-03-25 20:50:27 +08:00
parent 7f81622508
commit 0dd528812c
9 changed files with 377 additions and 103 deletions

View File

@@ -96,4 +96,11 @@ Tea.context(function () {
this.plans = resp.data.plans
})
}
/**
* 证书相关
*/
this.findServerNames = function () {
return this.$refs.serverNameBox.allServerNames()
}
})