mirror of https://github.com/certd/certd
fix: 修复阿里云部署大杀器报插件_还未注册错误的bug
parent
87defa569c
commit
abd2dcf2e8
|
@ -31,7 +31,7 @@ export class TencentDeployCertToCDNv2 extends AbstractTaskPlugin {
|
|||
createRemoteSelectInputDefine({
|
||||
title: 'CDN域名',
|
||||
helper: '请选择域名或输入域名',
|
||||
typeName: TencentDeployCertToCDNv2.name,
|
||||
typeName: 'TencentDeployCertToCDNv2',
|
||||
action: TencentDeployCertToCDNv2.prototype.onGetDomainList.name,
|
||||
})
|
||||
)
|
||||
|
|
|
@ -79,7 +79,7 @@ export class DeployCertToTencentCosPlugin extends AbstractPlusTaskPlugin {
|
|||
createRemoteSelectInputDefine({
|
||||
title: 'COS域名',
|
||||
helper: '请选择域名',
|
||||
typeName: DeployCertToTencentCosPlugin.name,
|
||||
typeName: 'DeployCertToTencentCosPlugin',
|
||||
action: DeployCertToTencentCosPlugin.prototype.onGetDomainList.name,
|
||||
watches: ['bucket', 'region'],
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue