mirror of
https://gitee.com/TSpecific/tuniao-ui.git
synced 2026-06-07 20:13:16 +08:00
更新众多VIP页面模板
This commit is contained in:
+318
-300
@@ -1,301 +1,319 @@
|
||||
/**
|
||||
* 页面展示列表数据
|
||||
*/
|
||||
export default {
|
||||
data: [
|
||||
{
|
||||
title: '登录注册',
|
||||
backgroundColor: 'tn-cool-bg-color-1',
|
||||
list: [
|
||||
{
|
||||
icon: 'send',
|
||||
title: '火箭登录',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/login/demo1/demo1'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '粒子登录',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/login/demo2/demo2'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '背景登录',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/login/demo3/demo3'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '简约登录',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/login/demo4/demo4'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: '充值提现',
|
||||
backgroundColor: 'tn-cool-bg-color-1',
|
||||
list: [
|
||||
{
|
||||
icon: 'send',
|
||||
title: '蓝色充值',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/money/demo1/demo1'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '绿色充值',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/money/demo2/demo2'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '暗黑充值',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/money/demo3/demo3'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: '个人中心',
|
||||
backgroundColor: 'tn-cool-bg-color-1',
|
||||
list: [
|
||||
{
|
||||
icon: 'send',
|
||||
title: '夏天个人',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/my/demo1/demo1'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '图鸟个人',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/my/demo2/demo2'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '外卖个人',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/my/demo3/demo3'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '高端个人',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/my/demo4/demo4'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: '常用首页',
|
||||
backgroundColor: 'tn-cool-bg-color-1',
|
||||
list: [
|
||||
{
|
||||
icon: 'send',
|
||||
title: '音乐首页',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/home/music/music'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '课程首页',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/home/course/course'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '设计首页',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/home/design/design'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '招聘首页',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/home/job/job'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '投屏首页',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/home/screen/screen'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '壁纸首页',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/home/wallpaper/wallpaper'
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: '骚气页面',
|
||||
backgroundColor: 'tn-cool-bg-color-1',
|
||||
list: [
|
||||
{
|
||||
icon: 'send',
|
||||
title: '健康码',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/health/qrcode/qrcode'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '关于我们',
|
||||
author: 'Jaylen',
|
||||
url: '/templatePage/life/about/about'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '全新出发',
|
||||
author: '你的小可爱',
|
||||
url: '/templatePage/life/outset/outset'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '资讯左图',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/article/demo1/demo1'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '资讯右图',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/article/demo2/demo2'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '全屏轮播',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/life/fullpage/fullpage'
|
||||
},
|
||||
{
|
||||
icon: 'rocket',
|
||||
title: '浏览器',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/life/browser/browser'
|
||||
},
|
||||
{
|
||||
icon: 'rocket',
|
||||
title: '时钟',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/time/clock/clock'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: '加载动画',
|
||||
backgroundColor: 'tn-cool-bg-color-1',
|
||||
list: [
|
||||
{
|
||||
icon: 'send',
|
||||
title: '加载动画1',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/animate/loading/loading'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '加载动画2',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/animate/loading/loading2'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '加载动画3',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/animate/loading/loading3'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '加载动画4',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/animate/loading/loading4'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '加载动画5',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/animate/loading/loading5'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: '动效元素',
|
||||
backgroundColor: 'tn-cool-bg-color-1',
|
||||
list: [
|
||||
{
|
||||
icon: 'send',
|
||||
title: '流星悬浮',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/animate/suspended/suspended'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '随机粒子',
|
||||
author: 'Jaylen',
|
||||
url: '/templatePage/animate/particle/particle'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '相册图集',
|
||||
author: '你的小可爱',
|
||||
url: '/templatePage/animate/photo/photo'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '镂空效果',
|
||||
author: '你的小可爱',
|
||||
url: '/templatePage/animate/hollow/hollow'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '泡泡飘出',
|
||||
author: 'Jaylen',
|
||||
url: '/templatePage/animate/bubble/bubble'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: 'css波浪',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/animate/wave/wave'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: '群友力献',
|
||||
backgroundColor: 'tn-cool-bg-color-1',
|
||||
list: [
|
||||
{
|
||||
icon: 'send',
|
||||
title: '3D全景(第三方,有免费版付费版)',
|
||||
author: '图鸟北北 & 芊云全景',
|
||||
url: '/templatePage/life/pano/pano'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '3D模型(第三方,有免费版付费版)',
|
||||
author: '图鸟北北 & 芊云全景',
|
||||
url: '/templatePage/life/pano/model'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '微信红包封面',
|
||||
author: '微信红包封面',
|
||||
url: '/templatePage/life/cover/cover'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '营销小游戏-魔方',
|
||||
author: '最帅的你',
|
||||
url: '/templatePage/life/cube/cube'
|
||||
},
|
||||
{
|
||||
icon: 'rocket',
|
||||
title: '图鸟生态,期待你的加入',
|
||||
author: '合作微信 tnkewo',
|
||||
url: '/templatePage/life/candle/candle'
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
/**
|
||||
* 页面展示列表数据
|
||||
*/
|
||||
export default {
|
||||
data: [
|
||||
{
|
||||
title: '登录注册',
|
||||
backgroundColor: 'tn-cool-bg-color-1',
|
||||
list: [
|
||||
{
|
||||
icon: 'send',
|
||||
title: '火箭登录',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/login/demo1/demo1'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '粒子登录',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/login/demo2/demo2'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '背景登录',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/login/demo3/demo3'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '简约登录',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/login/demo4/demo4'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: '充值提现',
|
||||
backgroundColor: 'tn-cool-bg-color-1',
|
||||
list: [
|
||||
{
|
||||
icon: 'send',
|
||||
title: '蓝色充值',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/money/demo1/demo1'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '绿色充值',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/money/demo2/demo2'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '暗黑充值',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/money/demo3/demo3'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: '优惠卡券',
|
||||
backgroundColor: 'tn-cool-bg-color-1',
|
||||
list: [
|
||||
{
|
||||
icon: 'send',
|
||||
title: '优惠卡券1',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/coupon/demo1/demo1'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '优惠卡券2',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/coupon/demo2/demo2'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: '个人中心',
|
||||
backgroundColor: 'tn-cool-bg-color-1',
|
||||
list: [
|
||||
{
|
||||
icon: 'send',
|
||||
title: '夏天个人',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/my/demo1/demo1'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '图鸟个人',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/my/demo2/demo2'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '外卖个人',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/my/demo3/demo3'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '高端个人',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/my/demo4/demo4'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: '常用首页',
|
||||
backgroundColor: 'tn-cool-bg-color-1',
|
||||
list: [
|
||||
{
|
||||
icon: 'send',
|
||||
title: '音乐首页',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/home/music/music'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '课程首页',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/home/course/course'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '设计首页',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/home/design/design'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '招聘首页',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/home/job/job'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '投屏首页',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/home/screen/screen'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '壁纸首页',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/home/wallpaper/wallpaper'
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: '骚气页面',
|
||||
backgroundColor: 'tn-cool-bg-color-1',
|
||||
list: [
|
||||
{
|
||||
icon: 'send',
|
||||
title: '健康码',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/health/qrcode/qrcode'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '关于我们',
|
||||
author: 'Jaylen',
|
||||
url: '/templatePage/life/about/about'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '全新出发',
|
||||
author: '你的小可爱',
|
||||
url: '/templatePage/life/outset/outset'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '资讯左图',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/article/demo1/demo1'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '资讯右图',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/article/demo2/demo2'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '全屏轮播',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/life/fullpage/fullpage'
|
||||
},
|
||||
{
|
||||
icon: 'rocket',
|
||||
title: '浏览器',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/life/browser/browser'
|
||||
},
|
||||
{
|
||||
icon: 'rocket',
|
||||
title: '时钟',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/time/clock/clock'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: '加载动画',
|
||||
backgroundColor: 'tn-cool-bg-color-1',
|
||||
list: [
|
||||
{
|
||||
icon: 'send',
|
||||
title: '加载动画1',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/animate/loading/loading'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '加载动画2',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/animate/loading/loading2'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '加载动画3',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/animate/loading/loading3'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '加载动画4',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/animate/loading/loading4'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '加载动画5',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/animate/loading/loading5'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: '动效元素',
|
||||
backgroundColor: 'tn-cool-bg-color-1',
|
||||
list: [
|
||||
{
|
||||
icon: 'send',
|
||||
title: '流星悬浮',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/animate/suspended/suspended'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '随机粒子',
|
||||
author: 'Jaylen',
|
||||
url: '/templatePage/animate/particle/particle'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '相册图集',
|
||||
author: '你的小可爱',
|
||||
url: '/templatePage/animate/photo/photo'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '镂空效果',
|
||||
author: '你的小可爱',
|
||||
url: '/templatePage/animate/hollow/hollow'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '泡泡飘出',
|
||||
author: 'Jaylen',
|
||||
url: '/templatePage/animate/bubble/bubble'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: 'css波浪',
|
||||
author: '图鸟北北',
|
||||
url: '/templatePage/animate/wave/wave'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: '群友力献',
|
||||
backgroundColor: 'tn-cool-bg-color-1',
|
||||
list: [
|
||||
{
|
||||
icon: 'send',
|
||||
title: '3D全景(第三方,有免费版付费版)',
|
||||
author: '图鸟北北 & 芊云全景',
|
||||
url: '/templatePage/life/pano/pano'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '3D模型(第三方,有免费版付费版)',
|
||||
author: '图鸟北北 & 芊云全景',
|
||||
url: '/templatePage/life/pano/model'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '微信红包封面',
|
||||
author: '微信红包封面',
|
||||
url: '/templatePage/life/cover/cover'
|
||||
},
|
||||
{
|
||||
icon: 'send',
|
||||
title: '营销小游戏-魔方',
|
||||
author: '最帅的你',
|
||||
url: '/templatePage/life/cube/cube'
|
||||
},
|
||||
{
|
||||
icon: 'rocket',
|
||||
title: '图鸟生态,期待你的加入',
|
||||
author: '合作微信 tnkewo',
|
||||
url: '/templatePage/life/candle/candle'
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
+384
-305
@@ -1,305 +1,384 @@
|
||||
/**
|
||||
* 页面展示列表数据
|
||||
*/
|
||||
export default {
|
||||
data: [{
|
||||
title: '圈子博客',
|
||||
backgroundColor: 'tn-cool-bg-color-1',
|
||||
list: [{
|
||||
icon: 'order',
|
||||
title: '操作指引',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/life/guide/guide'
|
||||
},{
|
||||
icon: 'order',
|
||||
title: '首次指引',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/life/start/start'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '圈子首页',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/blog/blog/blog'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '社交圈子',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/blog/socialize/socialize'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '简约圈子(旧)',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/blog/circle/circle'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '圈子个人',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/blog/myblog/myblog'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '消息通知',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/blog/message/message'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '商品优选',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/blog/prefer/prefer'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '优选详情',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/blog/product/product'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '博客博主',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/blog/blogger/blogger'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '酷炫功能',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/home/cool/cool'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '友情链接',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/home/link/link'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '祝福页面',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/life/bless/bless'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: '酷炫首页',
|
||||
backgroundColor: 'tn-cool-bg-color-1',
|
||||
list: [{
|
||||
icon: 'order',
|
||||
title: '图鸟首页',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/home/tuniao/tuniao'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '奶茶首页',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/home/tea/tea'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '阅读首页',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/home/read/read'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '月亮首页',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/home/moon/moon'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '计划首页',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/home/plan/plan'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '新年首页',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/home/year/year'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '电影首页',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/home/movie/movie'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '食物首页',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/home/food/food'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '拟态首页',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/home/mimicry/mimicry'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '充电首页',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/life/power/power'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '卡片首页',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/home/card/card'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '健康首页',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/home/health/health'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '全景首页',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/home/panoramic/panoramic'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: 'uCharts首页',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/home/ucharts/ucharts'
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: '商城店铺',
|
||||
backgroundColor: 'tn-cool-bg-color-1',
|
||||
list: [{
|
||||
icon: 'order',
|
||||
title: '店铺商品',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/shop/store/store'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '商品订单',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/shop/order/order'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '商品分类',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/shop/classify/classify'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '积分活动',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/shop/money/money'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: '会员需求',
|
||||
backgroundColor: 'tn-cool-bg-color-1',
|
||||
list: [{
|
||||
icon: 'order',
|
||||
title: 'Drag长按拖拽随机固定',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/components/drag/basic-drag/basic-drag'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '图片上传长按拖拽',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/components/drag/upload-image-drag/upload-image-drag'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: 'Cropper图片裁剪',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/components/cropper/cropper'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: 'StackSwiper堆叠轮播',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/components/stack-swiper/stack-swiper'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '重力效果',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/home/gravity/page1/page1'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '下拉刷新',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/components/scroll-view/index'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '级联选择',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/components/cascade-selection/cascade-selection'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '瀑布流',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/components/waterfall/waterfall'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '树形菜单',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/components/tree-view/tree-view'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '表格',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/components/table/index'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '取色器',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/life/color/color'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '图鸟轮播(实验)',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/components/custom-swiper/index'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: '生态支持',
|
||||
backgroundColor: 'tn-cool-bg-color-1',
|
||||
list: [{
|
||||
icon: 'order',
|
||||
title: '短视频',
|
||||
author: '图鸟 & 第三方',
|
||||
url: '/thirdPage/short-video/short-video'
|
||||
},{
|
||||
icon: 'order',
|
||||
title: '外卖模板',
|
||||
author: '图鸟 & 第三方',
|
||||
url: '/takeOutPage/walking-route/walking-route'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '期待你的加入',
|
||||
author: '图鸟 & 第三方',
|
||||
url: '/templatePage/life/candle/candle'
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
/**
|
||||
* 页面展示列表数据
|
||||
*/
|
||||
export default {
|
||||
data: [{
|
||||
title: '圈子博客',
|
||||
backgroundColor: 'tn-cool-bg-color-1',
|
||||
list: [{
|
||||
icon: 'order',
|
||||
title: '操作指引',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/life/guide/guide'
|
||||
},{
|
||||
icon: 'order',
|
||||
title: '首次指引',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/life/start/start'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '圈子首页',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/blog/blog/blog'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '社交圈子',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/blog/socialize/socialize'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '简约圈子(旧)',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/blog/circle/circle'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '圈子个人',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/blog/myblog/myblog'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '消息通知',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/blog/message/message'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '商品优选',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/blog/prefer/prefer'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '优选详情',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/blog/product/product'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '博客博主',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/blog/blogger/blogger'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '酷炫功能',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/home/cool/cool'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '友情链接',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/home/link/link'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '祝福页面',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/life/bless/bless'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: '酷炫首页',
|
||||
backgroundColor: 'tn-cool-bg-color-1',
|
||||
list: [{
|
||||
icon: 'order',
|
||||
title: '图鸟首页',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/home/tuniao/tuniao'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '奶茶首页',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/home/tea/tea'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '阅读首页',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/home/read/read'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '月亮首页',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/home/moon/moon'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '计划首页',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/home/plan/plan'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '新年首页',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/home/year/year'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '电影首页',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/home/movie/movie'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '食物首页',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/home/food/food'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '拟态首页',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/home/mimicry/mimicry'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '充电首页',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/life/power/power'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '卡片首页',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/home/card/card'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '健康首页',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/home/health/health'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '全景首页',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/home/panoramic/panoramic'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: 'uCharts首页',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/home/ucharts/ucharts'
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: '商城店铺',
|
||||
backgroundColor: 'tn-cool-bg-color-1',
|
||||
list: [{
|
||||
icon: 'order',
|
||||
title: '店铺商品',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/shop/store/store'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '商品订单',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/shop/order/order'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '商品分类',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/shop/classify/classify'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '积分活动',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/shop/money/money'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: '定制需求',
|
||||
backgroundColor: 'tn-cool-bg-color-1',
|
||||
list: [{
|
||||
icon: 'order',
|
||||
title: 'Drag长按拖拽随机固定',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/components/drag/basic-drag/basic-drag'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '列表长按拖拽排序',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/components/drag/list-drag/list-drag'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '图片上传长按拖拽',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/components/drag/upload-image-drag/upload-image-drag'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: 'Cropper图片裁剪',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/components/cropper/cropper'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: 'StackSwiper堆叠轮播',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/components/stack-swiper/stack-swiper'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '重力效果',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/home/gravity/page1/page1'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '下拉刷新',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/components/scroll-view/index'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '级联选择',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/components/cascade-selection/cascade-selection'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '瀑布流',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/components/waterfall/waterfall'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '树形菜单',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/components/tree-view/tree-view'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '表格',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/components/table/index'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '取色器',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/life/color/color'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '图鸟轮播(实验)',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/components/custom-swiper/index'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '补光灯',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/life/light/light'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '自适应轮播',
|
||||
author: '图鸟科技',
|
||||
url: '/vipPage/life/active/active'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: '生态支持',
|
||||
backgroundColor: 'tn-cool-bg-color-1',
|
||||
list: [{
|
||||
icon: 'order',
|
||||
title: '过渡轮播',
|
||||
author: '图鸟科技',
|
||||
url: '/thirdPage/change/change'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '双重轮播',
|
||||
author: '图鸟科技',
|
||||
url: '/thirdPage/double/double'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '斜侧轮播',
|
||||
author: '图鸟科技',
|
||||
url: '/thirdPage/slope/slope'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '简约登录',
|
||||
author: '图鸟科技',
|
||||
url: '/thirdPage/simple-login/simple-login'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '背景登录',
|
||||
author: '图鸟科技',
|
||||
url: '/thirdPage/bg-login/bg-login'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '授权登录',
|
||||
author: '图鸟科技',
|
||||
url: '/thirdPage/warrant-login/warrant-login'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '表格餐饮',
|
||||
author: '图鸟科技',
|
||||
url: '/thirdPage/food-table/food-table'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '智能开门',
|
||||
author: '图鸟科技',
|
||||
url: '/thirdPage/open-door/open-door'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '暗黑切换',
|
||||
author: '图鸟科技',
|
||||
url: '/thirdPage/theme/theme'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '视频上传',
|
||||
author: '图鸟科技',
|
||||
url: '/thirdPage/video-upload/video-upload'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '短视频',
|
||||
author: '图鸟 & 第三方',
|
||||
url: '/thirdPage/short-video/short-video'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '外卖模板',
|
||||
author: '图鸟 & 第三方',
|
||||
url: '/takeOutPage/walking-route/walking-route'
|
||||
},
|
||||
{
|
||||
icon: 'order',
|
||||
title: '期待你的加入',
|
||||
author: '图鸟 & 第三方',
|
||||
url: '/templatePage/life/candle/candle'
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user