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') }