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