React-router-dom使用方法求指导

#1

#2
{
   [ Banner , Classify , Coompons , ShowGoods ].map( ( Component , index ) => {
     return <Component key={ index } { ...this.props } />
  } )
}