src/menu/components/card/cardcellcomponent/formconfig.jsx
@@ -435,7 +435,6 @@ initVal: card.link || '', tooltip: '动态地址为绑定字段值。', required: false, // forbid: isApp, options: [ { value: '', text: '无' }, { value: 'dynamic', text: '动态' }, @@ -448,7 +447,6 @@ label: '链接类型', initVal: card.linkType || 'other', required: false, // forbid: isApp, options: [ { value: 'tel', text: '电话' }, { value: 'email', text: '邮箱' },