mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-23 01:40:29 +08:00
实现自动匹配证书和批量选择证书功能
This commit is contained in:
@@ -96,4 +96,11 @@ Tea.context(function () {
|
||||
this.plans = resp.data.plans
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* 证书相关
|
||||
*/
|
||||
this.findServerNames = function () {
|
||||
return this.$refs.serverNameBox.allServerNames()
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user