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 = { 9401: NormalProduct,//大图模式 9402: TwoItems,//1行2个 9403: ThreeItems,//1行3个 9404: DetailList,//详细列表 9405: OneBigTwoSmall,//1大2小 9406: SlidePro,//横向滑动 }; export default Index;