src/menu/components/share/actioncomponent/formconfig.jsx
@@ -891,6 +891,21 @@ initVal: card.closeText || '', required: false, }, { type: 'radio', key: 'hidden', label: '隐藏', initVal: card.hidden || 'false', tooltip: '隐藏后按钮在页面中不显示,且不参与权限分配。', required: false, options: [{ value: 'false', text: '否' }, { value: 'true', text: '是' }] } ] return forms