diff --git a/packages/ui/certd-server/src/plugins/plugin-tencent/plugin/deploy-to-tke-ingress/index.ts b/packages/ui/certd-server/src/plugins/plugin-tencent/plugin/deploy-to-tke-ingress/index.ts index a1bac91c..6578a745 100644 --- a/packages/ui/certd-server/src/plugins/plugin-tencent/plugin/deploy-to-tke-ingress/index.ts +++ b/packages/ui/certd-server/src/plugins/plugin-tencent/plugin/deploy-to-tke-ingress/index.ts @@ -24,10 +24,10 @@ export class DeployCertToTencentTKEIngressPlugin extends AbstractTaskPlugin { component: { name: "a-select", vModel: "value", - options: [{ value: "nginx", label: "TLS证书格式(Nginx可用)" }, { - value: "qcloud", - label: "Opaque格式(CLB可用,原qcloud)" - }] + options: [ + { value: "nginx", label: "TLS证书格式(Nginx可用)" }, + { value: "qcloud",label: "Opaque格式(CLB可用,原qcloud)"} + ] }, helper: "clb将部署Opaque类型的证书,nginx类型将部署TLS证书格式", required: true