king
2022-05-13 c4bde8e537658af12fba8d288d11b9c0220fa58c
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: '邮箱' },