src/menu/components/form/formaction/formconfig.jsx
@@ -163,16 +163,16 @@ { type: 'radio', key: 'sysInterface', label: '系统接口', label: '系统类型', initVal: card.sysInterface || 'false', tooltip: '单点登录系统', tooltip: '业务系统指同一sso下的其他业务系统', required: true, options: [{ value: 'true', text: '是' text: '单点' }, { value: 'false', text: '否' text: '业务' }] }, {