king
2022-05-21 86dfc90a3aa15d278f93afbf9ec42b1e89899f9b
src/menu/components/form/formaction/formconfig.jsx
@@ -291,7 +291,7 @@
      key: 'anchors',
      label: '跳转锚点',
      initVal: card.anchors || [],
      tooltip: '执行成功后,需要跳转的锚点',
      tooltip: '执行成功后,需要跳转的锚点。' + (appType === 'mob' ? '注:小程序中无效' : ''),
      required: false,
      options: anchors
    },