/** * 消息通知 * @returns 返回模拟数据 */ export const newsInfoList = [ { title: '[发布] 2022年12月21日发布基于 vue3.x + vite v1.0.0 版本', date: '21/21', link: 'https://gitee.com/zhontai/admin.ui.plus', }, ] /** * 营销推荐 * @returns 返回模拟数据 */ export const recommendList = [ { title: '优惠券', msg: '现金券、折扣券、营销必备', icon: 'ele-Food', bg: '#48D18D', iconColor: '#64d89d', }, { title: '多人拼团', msg: '社交电商、开辟流量', icon: 'ele-ShoppingCart', bg: '#F95959', iconColor: '#F86C6B', }, { title: '分销中心', msg: '轻松招募分销员,成功推广奖励', icon: 'ele-School', bg: '#8595F4', iconColor: '#92A1F4', }, { title: '秒杀', msg: '超低价抢购引导更多销量', icon: 'ele-AlarmClock', bg: '#FEBB50', iconColor: '#FDC566', }, ]