king
2021-06-24 95afd40fc2741ac0ce59c2091f6cfce1f98877d4
src/menu/components/share/actioncomponent/formconfig.jsx
@@ -198,7 +198,7 @@
      label: '链接方式',
      initVal: card.open || 'blank',
      required: true,
      forbid: sessionStorage.getItem('appType') === 'pc',
      forbid: sessionStorage.getItem('appType') !== 'pc',
      options: [{
        value: 'blank',
        text: '新窗口'