mirror of
https://github.com/certd/certd.git
synced 2026-04-03 14:10:54 +08:00
36 lines
778 B
YAML
36 lines
778 B
YAML
name: aliesa
|
|
title: 阿里云ESA授权
|
|
desc: ''
|
|
icon: ant-design:aliyun-outlined
|
|
order: 0
|
|
input:
|
|
accessId:
|
|
title: 阿里云授权
|
|
component:
|
|
name: access-selector
|
|
vModel: modelValue
|
|
type: aliyun
|
|
helper: 请选择阿里云授权
|
|
required: true
|
|
region:
|
|
title: 地区
|
|
component:
|
|
name: a-select
|
|
vModel: value
|
|
options:
|
|
- label: 杭州
|
|
value: cn-hangzhou
|
|
- label: 新加坡
|
|
value: ap-southeast-1
|
|
helper: 请选择ESA地区
|
|
required: true
|
|
testRequest:
|
|
title: 测试
|
|
component:
|
|
name: api-test
|
|
action: TestRequest
|
|
helper: 点击测试接口是否正常
|
|
pluginType: access
|
|
type: builtIn
|
|
scriptFilePath: /plugins/plugin-lib/aliyun/access/aliesa-access.js
|