export default [ { groupName: '部件', list: [ { path: 'coupon', icon: 'coupon', title: 'Coupon 优惠券', } ] }, { groupName: '页面', list: [ { path: '/pages/template/wxCenter/index', icon: 'wxCenter', title: 'WxCenter 仿微信个人中心', }, // { // path: '/pages/template/douyin/index', // icon: 'douyin', // title: 'Douyin 仿抖音', // }, { path: '/pages/template/keyboardPay/index', icon: 'keyboardPay', title: 'KeyboardPay 自定义键盘支付模板', }, { path: '/pages/template/mallMenu/index1', icon: 'mall_menu_1', title: 'MallMenu 垂直分类(左右独立)', },{ path: '/pages/template/mallMenu/index2', icon: 'mall_menu_2', title: 'MallMenu 垂直分类(左右联动)', },{ path: 'submitBar', icon: 'submitBar', title: 'SubmitBar 提交订单栏', },{ path: 'comment', icon: 'comment', title: 'Comment 评论列表', },{ path: 'order', icon: 'order', title: 'Order 订单列表', },{ path: 'login', icon: 'login', title: 'Login 登录界面', },{ path: 'address', icon: 'address', title: 'Address 收货地址', },{ path: 'citySelect', icon: 'citySelect', title: 'citySelect 城市选择', } ] } ]