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 = { 9501: NormalProduct,//大图模式 9502: TwoItems,//1行2个 9503: ThreeItems,//1行3个 9504: DetailList,//详细列表 9505: OneBigTwoSmall,//1大2小 9506: SlidePro,//横向滑动 }; export default Index;