src/menu/components/iframe/options.jsx
@@ -79,9 +79,22 @@ ], controlFields: [ {field: 'linkUrl', values: ['fixed']}, {field: 'focus', values: ['input']}, ] }, { type: 'radio', field: 'focus', label: '自动聚焦', initval: wrap.focus || 'true', required: false, options: [ {value: 'true', label: '是'}, {value: 'false', label: '否'}, ], forbid: appType === 'mob' }, { type: 'textarea', field: 'linkUrl', label: '地址链接',