// import AccountPermissionScan from '../../AccountManage/AccountPermissionScan';importReactfrom'react';importpicfrom'../assets/pic.webp';constextraComponents={renderAccount:(props)=>{return<div>台账组件</div>;},returnImage:(data)=>{return<imgwidth={200}height={200}src={pic}alt={data.alt}/>;},default:()=><span>若需要使用弹窗功能,请开发或配置功能函数</span>,};exportdefaultextraComponents;