king
2021-08-20 ec98e336b79afc2a43c998134b46b71e0e201049
src/menu/components/share/actioncomponent/formconfig.jsx
@@ -554,6 +554,15 @@
      options: appMenus
    },
    {
      type: 'text',
      key: 'output',
      label: '返回值',
      tooltip: '执行成功后的返回值。',
      initVal: card.output || '',
      forbid: appType !== 'pc' && appType !== 'mob',
      required: false
    },
    {
      type: 'radio',
      key: 'open',
      label: '打开方式',