fix: 修复腾讯云cdn部署无法选择端点的bug

Closes https://github.com/certd/certd/issues/34
This commit is contained in:
xiaojunnuo
2024-03-12 00:31:16 +08:00
parent 98177a5b1e
commit 154409b1df
4 changed files with 13 additions and 12 deletions

View File

@@ -47,16 +47,16 @@ export class DeployToCdnPlugin extends AbstractTaskPlugin {
})
domainName!: string;
@TaskInput({
title: "CDN接口",
helper: "CDN接口端点",
component: {
name: "a-select",
type: "tencent",
},
required: true,
})
endpoint!: string;
// @TaskInput({
// title: "CDN接口",
// helper: "CDN接口端点",
// component: {
// name: "a-select",
// type: "tencent",
// },
// required: true,
// })
// endpoint!: string;
accessService!: IAccessService;