diff --git a/packages/plugins/plugin-aliyun/src/dns-providers/aliyun.js b/packages/plugins/plugin-aliyun/src/dns-providers/aliyun.js index 29f8ddd52..e7526f9fd 100644 --- a/packages/plugins/plugin-aliyun/src/dns-providers/aliyun.js +++ b/packages/plugins/plugin-aliyun/src/dns-providers/aliyun.js @@ -12,8 +12,8 @@ export class AliyunDnsProvider extends AbstractDnsProvider { title: '授权', helper: '需要aliyun类型的授权', component: { - name: 'access-provider-selector', - filter: 'aliyun' + name: 'access-selector', + type: 'aliyun' }, rules: [{ required: true, message: '必填项' }] } diff --git a/packages/plugins/plugin-aliyun/src/plugins/deploy-to-cdn/index.js b/packages/plugins/plugin-aliyun/src/plugins/deploy-to-cdn/index.js index 4d042fe48..f7f53c1e2 100644 --- a/packages/plugins/plugin-aliyun/src/plugins/deploy-to-cdn/index.js +++ b/packages/plugins/plugin-aliyun/src/plugins/deploy-to-cdn/index.js @@ -4,7 +4,7 @@ import dayjs from 'dayjs' const define = { name: 'deployCertToAliyunCDN', - label: '部署到阿里云CDN', + title: '部署到阿里云CDN', input: { domainName: { title: 'cdn加速域名', @@ -36,8 +36,8 @@ const define = { type: [String, Object], desc: 'access授权', component: { - name: 'access-provider-selector', - filter: 'aliyun' + name: 'access-selector', + type: 'aliyun' }, required: true } diff --git a/packages/plugins/plugin-host/src/plugins/host-shell-execute/index.js b/packages/plugins/plugin-host/src/plugins/host-shell-execute/index.js index 4ab0feef6..15fc1c3d4 100644 --- a/packages/plugins/plugin-host/src/plugins/host-shell-execute/index.js +++ b/packages/plugins/plugin-host/src/plugins/host-shell-execute/index.js @@ -10,7 +10,7 @@ export class HostShellExecute extends AbstractHostPlugin { static define () { return { name: 'hostShellExecute', - label: '执行远程主机脚本命令', + title: '执行远程主机脚本命令', input: { accessProvider: { title: '主机登录配置', diff --git a/packages/plugins/plugin-host/src/plugins/upload-to-host/index.js b/packages/plugins/plugin-host/src/plugins/upload-to-host/index.js index d8ade7836..2b39ca720 100644 --- a/packages/plugins/plugin-host/src/plugins/upload-to-host/index.js +++ b/packages/plugins/plugin-host/src/plugins/upload-to-host/index.js @@ -10,7 +10,7 @@ export class UploadCertToHost extends AbstractHostPlugin { static define () { return { name: 'uploadCertToHost', - label: '上传证书到主机', + title: '上传证书到主机', input: { crtPath: { title: '证书保存路径' @@ -22,8 +22,8 @@ export class UploadCertToHost extends AbstractHostPlugin { title: '主机登录配置', helper: 'access授权', component: { - name: 'access-provider-selector', - filter: 'ssh' + name: 'access-selector', + type: 'ssh' }, rules: [{ required: true, message: '此项必填' }] }, diff --git a/packages/server/certd-client b/packages/server/certd-client index 309a9ef05..f75e26318 160000 --- a/packages/server/certd-client +++ b/packages/server/certd-client @@ -1 +1 @@ -Subproject commit 309a9ef05d4519aed59be2feca6549151c41e86d +Subproject commit f75e26318d6103256767a1f0786b9bdd9254e86a