src/templates/zshare/formconfig.jsx
@@ -1362,6 +1362,20 @@ }] }, { type: 'radio', key: 'clickouter', label: '点击蒙层', initVal: card.clickouter || 'unclose', required: false, options: [{ value: 'unclose', text: '不关闭' }, { value: 'close', text: '关闭' }] }, { type: 'text', key: 'preFunc', label: '前置函数',