自定义下载绑定设备apk

This commit is contained in:
rainbowwarmth 2024-08-19 10:27:44 +08:00
parent 7bdcc1d936
commit bfd2aa5f64
3 changed files with 13 additions and 1 deletions

View file

@ -44,6 +44,15 @@ export function supportGuoba() {
placeholder: '请输入数字',
},
},
{
field: 'config.url',
label: '绑定设备下载url',
bottomHelpMessage: '设置自定义的绑定绑定设备下载url',
component:'Input',
componentProps: {
placeholder: '请输入绑定设备apk下载url',
}
},
{
field: 'config.query.others',
label: '查询他人信息',