| | |
| | | { |
| | | type: 'radio', |
| | | key: 'sysInterface', |
| | | label: '系统接口', |
| | | label: '系统类型', |
| | | initVal: card.sysInterface || 'false', |
| | | tooltip: '单点登录系统', |
| | | tooltip: '业务系统指同一sso下的其他业务系统,外部系统指不同sso下的其他业务系统。', |
| | | required: true, |
| | | options: [{ |
| | | value: 'true', |
| | | text: '是' |
| | | }, { |
| | | value: 'false', |
| | | text: '否' |
| | | text: '业务' |
| | | }, { |
| | | value: 'true', |
| | | text: '单点' |
| | | }, { |
| | | value: 'external', |
| | | text: '外部' |
| | | }] |
| | | }, |
| | | { |
| | |
| | | key: 'proInterface', |
| | | label: '正式地址', |
| | | initVal: card.proInterface || '', |
| | | tooltip: '正式系统所使用的接口地址。', |
| | | required: false |
| | | }, |
| | | { |
| | | type: 'keyinterface', |
| | | key: 'exInterface', |
| | | label: '测试地址', |
| | | initVal: card.exInterface || '', |
| | | required: true |
| | | }, |
| | | { |
| | | type: 'keyinterface', |
| | | key: 'exProInterface', |
| | | label: '正式地址', |
| | | initVal: card.exProInterface || '', |
| | | tooltip: '正式系统所使用的接口地址。', |
| | | required: false |
| | | }, |
| | |
| | | { |
| | | type: 'radio', |
| | | key: 'sysInterface', |
| | | label: '系统接口', |
| | | label: '系统类型', |
| | | initVal: card.sysInterface || 'false', |
| | | tooltip: '单点登录系统', |
| | | tooltip: '业务系统指同一sso下的其他业务系统,外部系统指不同sso下的其他业务系统。', |
| | | required: true, |
| | | options: [{ |
| | | value: 'true', |
| | | text: '是' |
| | | }, { |
| | | value: 'false', |
| | | text: '否' |
| | | text: '业务' |
| | | }, { |
| | | value: 'true', |
| | | text: '单点' |
| | | }, { |
| | | value: 'external', |
| | | text: '外部' |
| | | }] |
| | | }, |
| | | { |
| | |
| | | required: false |
| | | }, |
| | | { |
| | | type: 'keyinterface', |
| | | key: 'exInterface', |
| | | label: '测试地址', |
| | | initVal: card.exInterface || '', |
| | | required: true |
| | | }, |
| | | { |
| | | type: 'keyinterface', |
| | | key: 'exProInterface', |
| | | label: '正式地址', |
| | | initVal: card.exProInterface || '', |
| | | tooltip: '正式系统所使用的接口地址。', |
| | | required: false |
| | | }, |
| | | { |
| | | type: 'radio', |
| | | key: 'method', |
| | | label: '请求方式', |