123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330 |
- /**
- * 页面展示列表数据
- */
- export default {
- data: [{
- title: '速立保首页',
- backgroundColor: 'tn-cool-bg-color-1',
- list: [{
- icon: 'code',
- title: '关于我们',
- url: '/homePages/about',
- author: '速立保'
- },{
- icon: 'code',
- title: '全局搜索',
- url: '/homePages/search',
- author: '速立保'
- },
- {
- icon: 'code',
- title: '今日热榜',
- url: '/homePages/hot',
- author: '速立保'
- },
- {
- icon: 'code',
- title: '前端业务',
- url: '/homePages/profession',
- author: '速立保'
- },
- {
- icon: 'code',
- title: '加载效果',
- url: '/homePages/loading',
- author: '速立保'
- }
- ]
- },
- {
- title: '酷炫圈子',
- backgroundColor: 'tn-cool-bg-color-1',
- list: [{
- icon: 'code',
- title: '博主_Me',
- url: '/circlePages/blogger',
- author: '速立保'
- },
- {
- icon: 'code',
- title: '博主_Ta',
- url: '/circlePages/blogger_other',
- author: '速立保'
- },
- {
- icon: 'code',
- title: '编辑发布',
- url: '/circlePages/edit',
- author: '速立保'
- },
- {
- icon: 'code',
- title: '广告页',
- url: '/circlePages/advertise',
- author: '速立保'
- },
- {
- icon: 'code',
- title: '资讯详情',
- url: '/circlePages/news',
- author: '速立保'
- },
- {
- icon: 'code',
- title: '名片王者',
- url: '/circlePages/king',
- author: '速立保'
- },
- {
- icon: 'code',
- title: '智能名片',
- url: '/circlePages/business',
- author: '速立保'
- },
- {
- icon: 'code',
- title: '精选圈子',
- url: '/circlePages/group',
- author: '速立保'
- },
- {
- icon: 'code',
- title: '积分排行',
- url: '/circlePages/ranking',
- author: '速立保'
- },
- {
- icon: 'code',
- title: '圈子详情',
- url: '/circlePages/details',
- author: '速立保'
- },
- {
- icon: 'code',
- title: '预约接龙',
- url: '/circlePages/reserve',
- author: '速立保'
- },
- {
- icon: 'code',
- title: '活动创建',
- url: '/circlePages/create',
- author: '速立保'
- },
- {
- icon: 'code',
- title: '打造圈子',
- url: '/circlePages/build',
- author: '速立保'
- },
- {
- icon: 'code',
- title: '一起群聊',
- url: '/circlePages/chat',
- author: '速立保'
- },
- {
- icon: 'code',
- title: '对话聊天',
- url: '/circlePages/chatting',
- author: '速立保'
- }
- ]
- },
- {
- title: '活动广场',
- backgroundColor: 'tn-cool-bg-color-1',
- list: [{
- icon: 'code',
- title: '地图打卡',
- url: '/activityPages/map',
- author: '速立保'
- },
- {
- icon: 'code',
- title: '快速答题',
- url: '/activityPages/topic',
- author: '速立保'
- },
- {
- icon: 'code',
- title: '课程学习',
- url: '/activityPages/study',
- author: '速立保'
- },
- {
- icon: 'code',
- title: '开源项目',
- url: '/activityPages/project',
- author: '速立保'
- },
- {
- icon: 'code',
- title: '活动星球',
- url: '/activityPages/planet',
- author: '速立保'
- }
- ]
- },
- {
- title: '商品优选',
- backgroundColor: 'tn-cool-bg-color-1',
- list: [{
- icon: 'code',
- title: '优质商家',
- url: '/preferredPages/shop',
- author: '速立保'
- },
- {
- icon: 'code',
- title: '商品详情',
- url: '/preferredPages/product',
- author: '速立保'
- },
- {
- icon: 'code',
- title: '历史订单',
- url: '/preferredPages/order',
- author: '速立保'
- },
- {
- icon: 'code',
- title: '商品分类',
- url: '/preferredPages/classify',
- author: '速立保'
- },
- {
- icon: 'code',
- title: '商家相册',
- url: '/preferredPages/photo',
- author: '速立保'
- },
- {
- icon: 'code',
- title: '品牌官网',
- url: '/preferredPages/website',
- author: '速立保'
- },
- {
- icon: 'code',
- title: '积分兑换',
- url: '/preferredPages/redeem',
- author: '速立保'
- },
- {
- icon: 'code',
- title: '免单活动',
- url: '/preferredPages/award',
- author: '速立保'
- },
- {
- icon: 'code',
- title: '免单获取',
- url: '/preferredPages/awardget',
- author: '速立保'
- }
- ]
- },
- {
- title: '关于我的',
- backgroundColor: 'tn-cool-bg-color-1',
- list: [{
- icon: 'code',
- title: '使用协议',
- url: '/minePages/protocol',
- author: '速立保'
- },
- {
- icon: 'code',
- title: '授权登录',
- url: '/minePages/login',
- author: '速立保'
- },
- {
- icon: 'code',
- title: '消息通知',
- url: '/minePages/message',
- author: '速立保'
- },
- {
- icon: 'code',
- title: '全局设置',
- url: '/minePages/set',
- author: '速立保'
- },
- {
- icon: 'code',
- title: '立即体验',
- url: '/minePages/start',
- author: '速立保'
- },
- {
- icon: 'code',
- title: '感谢名单',
- url: '/minePages/thanks',
- author: '速立保'
- },
- {
- icon: 'code',
- title: '版本更新',
- url: '/minePages/version',
- author: '速立保'
- },
- {
- icon: 'code',
- title: '帮助中心',
- url: '/minePages/help',
- author: '速立保'
- },
- {
- icon: 'code',
- title: '头像上传',
- url: '/minePages/avatar',
- author: '速立保'
- },
- {
- icon: 'code',
- title: '积分明细',
- url: '/minePages/integral',
- author: '速立保'
- },
- {
- icon: 'code',
- title: '积分签到',
- url: '/minePages/signed',
- author: '速立保'
- },
- {
- icon: 'code',
- title: '好物收藏',
- url: '/minePages/collect',
- author: '速立保'
- },
- {
- icon: 'code',
- title: '账号安全',
- url: '/minePages/safety',
- author: '速立保'
- },
- {
- icon: 'code',
- title: '赞赏支持',
- url: '/minePages/reward',
- author: '速立保'
- },
- {
- icon: 'code',
- title: '缺省页',
- url: '/minePages/default',
- author: '速立保'
- },
- {
- icon: 'code',
- title: '富文本',
- url: '/minePages/content',
- author: '速立保'
- }
- ]
- }
- ]
- }
|