king
2021-08-17 76766991b5e2fd5c7e85fdb1c8323f4dbacb4eb3
src/menu/components/share/actioncomponent/formconfig.jsx
@@ -82,7 +82,11 @@
    }
    if (appType === 'mob') {
      opentypes = opentypes.filter(item => ['pop', 'prompt', 'exec', 'innerpage'].includes(item.value))
      opentypes = opentypes.filter(item => ['pop', 'prompt', 'exec', 'innerpage', 'funcbutton'].includes(item.value))
      funTypes = [
        { value: 'mkBinding', text: '开通扫码登录' },
        { value: 'mkUnBinding', text: '用户解绑' },
      ]
    } else {
      opentypes = opentypes.filter(item => item.value !== 'tab')
    }