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 = { 9301: NormalProduct,//大图模式 9302: TwoItems,//1行2个 9303: ThreeItems,//1行3个 9304: DetailList,//详细列表 9305: OneBigTwoSmall,//1大2小 9306: SlidePro,//横向滑动 }; export default Index;