mirror of
https://gitee.com/TSpecific/tuniao-ui.git
synced 2026-03-07 16:24:01 +08:00
107 lines
2.4 KiB
JavaScript
107 lines
2.4 KiB
JavaScript
/**
|
|
* 页面展示列表数据
|
|
*/
|
|
export default {
|
|
data: [
|
|
{
|
|
title: '登录注册',
|
|
backgroundColor: 'tn-cool-bg-color-1',
|
|
list: [
|
|
{
|
|
icon: 'order',
|
|
title: '火箭登录',
|
|
url: '/templatePage/login/demo1/demo1'
|
|
},
|
|
{
|
|
icon: 'order',
|
|
title: '粒子登录',
|
|
url: '/templatePage/login/demo2/demo2'
|
|
}
|
|
]
|
|
},
|
|
{
|
|
title: '常用首页',
|
|
backgroundColor: 'tn-cool-bg-color-1',
|
|
list: [
|
|
{
|
|
icon: 'order',
|
|
title: '音乐首页',
|
|
url: '/templatePage/home/music/music'
|
|
},
|
|
{
|
|
icon: 'order',
|
|
title: '课程首页',
|
|
url: '/templatePage/home/course/course'
|
|
},
|
|
{
|
|
icon: 'order',
|
|
title: '设计首页',
|
|
url: '/templatePage/home/design/design'
|
|
},
|
|
{
|
|
icon: 'order',
|
|
title: '招聘首页',
|
|
url: '/templatePage/home/job/job'
|
|
},
|
|
{
|
|
icon: 'order',
|
|
title: '投屏首页',
|
|
url: '/templatePage/home/screen/screen'
|
|
},
|
|
{
|
|
icon: 'order',
|
|
title: '壁纸首页',
|
|
url: '/templatePage/home/wallpaper/wallpaper'
|
|
},
|
|
]
|
|
},
|
|
{
|
|
title: '其他页面',
|
|
backgroundColor: 'tn-cool-bg-color-1',
|
|
list: [
|
|
{
|
|
icon: 'order',
|
|
title: '健康码',
|
|
url: '/templatePage/health/qrcode/qrcode'
|
|
},
|
|
|
|
{
|
|
icon: 'order',
|
|
title: '全屏轮播',
|
|
url: '/templatePage/life/fullpage/fullpage'
|
|
},
|
|
{
|
|
icon: 'order',
|
|
title: '浏览器',
|
|
url: '/templatePage/life/browser/browser'
|
|
}
|
|
]
|
|
},
|
|
{
|
|
title: '动效元素',
|
|
backgroundColor: 'tn-cool-bg-color-1',
|
|
list: [
|
|
{
|
|
icon: 'order',
|
|
title: '加载动画',
|
|
url: '/templatePage/animate/loading/loading'
|
|
},
|
|
{
|
|
icon: 'order',
|
|
title: '随机粒子',
|
|
url: '/templatePage/animate/particle/particle'
|
|
},
|
|
{
|
|
icon: 'order',
|
|
title: '相册图集',
|
|
url: '/templatePage/animate/photo/photo'
|
|
},
|
|
{
|
|
icon: 'order',
|
|
title: '镂空效果',
|
|
url: '/templatePage/animate/hollow/hollow'
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |