import Line from './line/line' import Block from './block/block' //封面 const Auxiliary = { 8101: Line, 8102: Block, }; export default Auxiliary;