mirror of
https://github.com/certd/certd.git
synced 2026-04-14 20:40:53 +08:00
29 lines
592 B
YAML
29 lines
592 B
YAML
name: xinnet
|
|
title: 新网授权
|
|
icon: svg:icon-xinnet
|
|
desc: ''
|
|
input:
|
|
username:
|
|
title: 用户名
|
|
component:
|
|
placeholder: 手机号/用户名
|
|
required: true
|
|
encrypt: true
|
|
password:
|
|
title: 登录密码
|
|
component:
|
|
name: a-input-password
|
|
vModel: value
|
|
placeholder: 登录密码
|
|
required: true
|
|
encrypt: true
|
|
testRequest:
|
|
title: 测试
|
|
component:
|
|
name: api-test
|
|
action: TestRequest
|
|
helper: 点击测试接口是否正常
|
|
pluginType: access
|
|
type: builtIn
|
|
scriptFilePath: ../../../plugins/plugin-xinnet/access.js
|