perf: 优化插件字段的default value

This commit is contained in:
xiaojunnuo
2024-08-06 11:23:23 +08:00
parent c3f04a80fd
commit 24c7be2c9c
6 changed files with 24 additions and 18 deletions
@@ -24,7 +24,7 @@ export class UploadCertToAliyun extends AbstractTaskPlugin {
@TaskInput({
title: '大区',
default: 'cn-hangzhou',
value: 'cn-hangzhou',
component: {
name: 'a-select',
mode: 'tags',