const NoticeInfo = { type: 1, message: '在代码阅读过程中人们说脏话的频率是衡量代码质量的唯一标准。', url: '/pages/micro-page/template/index', }; const BannerList = [ { id: 0, title: '测试', type: 1, url: '../index/index', imgUrl: 'https://i.niupic.com/images/2021/06/25/9lU7.png', }, { id: 1, title: '测试', type: 2, url: 'https://baidu.com', imgUrl: 'https://img14.360buyimg.com/cms/jfs/t1/158835/39/20853/465639/6080d940E38aa0181/492a92753717c9c8.jpg!q70.dpg.webp', }, ]; const HotSaleList = [ { id: 0, title: '幻纱之灵西施玩偶公仔', desc: '王者荣耀 Q版手办', imgUrl: 'https://img10.360buyimg.com/n1/jfs/t1/185796/26/410/446781/6081586aE809b2861/0e30192ad676f8a8.jpg', }, { id: 1, title: '幻纱之灵西施玩偶公仔', desc: '王者荣耀 Q版手办', imgUrl: 'https://img10.360buyimg.com/n1/jfs/t1/167791/20/18646/506773/6077af88Ebf622b02/1895d0714c6d36f8.jpg', }, ]; const RecommendList = [ { id: 1, title: 'TOM and JERRY', price: 502, thumb: 'https://g-search1.alicdn.com/img/bao/uploaded/i4/i1/4045432673/O1CN01UGXvdy1VcHKVVW1oG_!!0-item_pic.jpg_580x580Q90.jpg_.webp', type: 1, }, { id: 2, title: '潮玩公仔动漫手办礼物摆件', price: 139, thumb: 'https://g-search3.alicdn.com/img/bao/uploaded/i4/i1/2138521987/O1CN01f7XPCE1QY5cFe7mH3_!!0-item_pic.jpg_250x250.jpg_.webp', type: 2, }, { id: 3, title: 'TOM and JERRY日常生活盲盒一套全套潮玩公仔动漫手办礼物摆件', price: 339, thumb: 'https://g-search2.alicdn.com/img/bao/uploaded/i4/i1/3951599478/O1CN01EtQ3W32JsyavKe7aC_!!0-item_pic.jpg_250x250.jpg_.webp', type: 3, }, { id: 4, title: 'TOM and JERRY', price: 502, thumb: 'https://g-search1.alicdn.com/img/bao/uploaded/i4/i1/4045432673/O1CN01UGXvdy1VcHKVVW1oG_!!0-item_pic.jpg_580x580Q90.jpg_.webp', type: 1, }, { id: 5, title: '潮玩公仔动漫手办礼物摆件', price: 139, thumb: 'https://g-search3.alicdn.com/img/bao/uploaded/i4/i1/2138521987/O1CN01f7XPCE1QY5cFe7mH3_!!0-item_pic.jpg_250x250.jpg_.webp', type: 2, }, { id: 6, title: 'TOM and JERRY日常生活盲盒一套全套潮玩公仔动漫手办礼物摆件', price: 339, thumb: 'https://g-search2.alicdn.com/img/bao/uploaded/i4/i1/3951599478/O1CN01EtQ3W32JsyavKe7aC_!!0-item_pic.jpg_250x250.jpg_.webp', type: 3, }, ]; export default { NoticeInfo, BannerList, HotSaleList, RecommendList, };