import NormalProduct from './product/index' import TwoItems from './twoItems' import ThreeItems from './threeItems' import DetailList from './detailList' import SlidePro from './slide' import OneBigTwoSmall from './oneBigTwoSmall' //封面 const Index = { 9201: NormalProduct,//大图模式 9202: TwoItems,//1行2个 9203: ThreeItems,//1行3个 9204: DetailList,//详细列表 9205: OneBigTwoSmall,//1大2小 9206: SlidePro,//横向滑动 }; export default Index;