export default { // app应用名称 appName: '能联全球', // 购物车在tab的位置 cartIndex: 3, // 消息在tab的位置 notifyIndex: 2, // 验证码发送间隔 sendCodeTime: 60, // 金额符号 moneySymbol: '¥', // 单礼品替代词 singleSkuText: '基础款', // 顶部导航菜单 menuTop: [ { icon: 'iconxiaoxi1', text: '消息', urlType: 'tab', url: '/pages/notify/notify' }, { icon: 'iconzhuyedefuben', text: '首页', urlType: 'tab', url: '/pages/index/index' }, { icon: 'iconwode-', text: '账户', urlType: 'tab', url: '/pages/profile/profile' }, { icon: 'icongouwuche2', text: '服务', urlType: 'tab', url: '/pages/service/service' }, ], // 消息类型 1:公告;2:提醒;3:私信 notifyTypeList: [ { type: 0, content: '' }, { type: 1, content: '公告' }, { type: 2, content: '提醒' }, { type: 3, content: '私信' } ], // 主题列表 themeList: [ { title: '官方', name: 'rf', color: '#4BC0E2', // tabList: [ // '/static/tab-home-rf.png', // '/static/tab-cate-rf.png', // '/static/tab-notify-rf.png', // '/static/tab-cart-rf.png', // '/static/tab-my-rf.png' // ] }, { title: '嫣红', name: 'red', color: '#e54d42', tabList: [ '/static/tab-home-red.png', '/static/tab-cate-red.png', '/static/tab-notify-red.png', '/static/tab-cart-red.png', '/static/tab-my-red.png' ] }, { title: '桔橙', name: 'orange', color: '#f37b1d', tabList: [ '/static/tab-home-orange.png', '/static/tab-cate-orange.png', '/static/tab-notify-orange.png', '/static/tab-cart-orange.png', '/static/tab-my-orange.png' ] }, { title: '明黄', name: 'yellow', color: '#fbbd08', tabList: [ '/static/tab-home-yellow.png', '/static/tab-cate-yellow.png', '/static/tab-notify-yellow.png', '/static/tab-cart-yellow.png', '/static/tab-my-yellow.png' ] }, { title: '橄榄', name: 'olive', color: '#8dc63f', tabList: [ '/static/tab-home-olive.png', '/static/tab-cate-olive.png', '/static/tab-notify-olive.png', '/static/tab-cart-olive.png', '/static/tab-my-olive.png' ] }, { title: '森绿', name: 'green', color: '#39b54a', tabList: [ '/static/tab-home-green.png', '/static/tab-cate-green.png', '/static/tab-notify-green.png', '/static/tab-cart-green.png', '/static/tab-my-green.png' ] }, { title: '天青', name: 'cyan', color: '#1cbbb4', tabList: [ '/static/tab-home-cyan.png', '/static/tab-cate-cyan.png', '/static/tab-notify-cyan.png', '/static/tab-cart-cyan.png', '/static/tab-my-cyan.png' ] }, { title: '海蓝', name: 'blue', color: '#0081ff', tabList: [ '/static/tab-home-blue.png', '/static/tab-cate-blue.png', '/static/tab-notify-blue.png', '/static/tab-cart-blue.png', '/static/tab-my-blue.png' ] }, { title: '姹紫', name: 'purple', color: '#6739b6', tabList: [ '/static/tab-home-purple.png', '/static/tab-cate-purple.png', '/static/tab-notify-purple.png', '/static/tab-cart-purple.png', '/static/tab-my-purple.png' ] }, { title: '木槿', name: 'mauve', color: '#9c26b0', tabList: [ '/static/tab-home-mauve.png', '/static/tab-cate-mauve.png', '/static/tab-notify-mauve.png', '/static/tab-cart-mauve.png', '/static/tab-my-mauve.png' ] }, { title: '桃粉', name: 'pink', color: '#e03997', tabList: [ '/static/tab-home-pink.png', '/static/tab-cate-pink.png', '/static/tab-notify-pink.png', '/static/tab-cart-pink.png', '/static/tab-my-pink.png' ] }, { title: '棕褐', name: 'brown', color: '#a5673f', tabList: [ '/static/tab-home-brown.png', '/static/tab-cate-brown.png', '/static/tab-notify-brown.png', '/static/tab-cart-brown.png', '/static/tab-my-brown.png' ] }, { title: '玄灰', name: 'grey', color: '#8799a3', tabList: [ '/static/tab-home-grey.png', '/static/tab-cate-grey.png', '/static/tab-notify-grey.png', '/static/tab-cart-grey.png', '/static/tab-my-grey.png' ] }, { title: '草灰', name: 'gray', color: '#aaaaaa', tabList: [ '/static/tab-home-gray.png', '/static/tab-cate-gray.png', '/static/tab-notify-gray.png', '/static/tab-cart-gray.png', '/static/tab-my-gray.png' ] }, { title: '墨黑', name: 'black', color: '#333333', tabList: [ '/static/tab-home-black.png', '/static/tab-cate-black.png', '/static/tab-notify-black.png', '/static/tab-cart-black.png', '/static/tab-my-black.png' ] } ] };