Browse Source

refactor(首页): 调整首页功能菜单项配置

移除"申遗历程"菜单项,恢复"遗产讲述"、"达人同游"、"遗产路径"、"我要跟拍"、"非遗体验"和"申遗新闻"菜单项
master
前端-胡立永 3 days ago
parent
commit
54cbb3abca
1 changed files with 35 additions and 36 deletions
  1. +35
    -36
      pages/index/index.vue

+ 35
- 36
pages/index/index.vue View File

@ -95,42 +95,41 @@
data() {
return {
baseList : [
{
icon : '/static/image/home/g1.png',
title : '申遗历程',
path : '/pages_order/service/applyRelic',
},
// {
// icon : '/static/image/home/g1.png',
// title : '',
// path : '/pages_order/service/applyRelic',
// },
{
icon : '/static/image/home/g2.png',
title : '遗产概况',
path : '/pages_order/service/situation',
},
// {
// icon : '/static/image/home/g3.png',
// title : '',
// path : '/pages_order/service/tellList?type=tell',
// },
// {
// icon : '/static/image/home/g4.png',
// title : '',
// path : '/pages_order/service/tellList?type=travel',
// },
// {
// icon : '/static/image/home/g5.png',
// title : '',
// path : '/pages_order/service/heritagePath',
// },
// {
// icon : '/static/image/home/g6.png',
// title : '',
// path : '/pages_order/service/following' ,
// },
// {
// icon : '/static/image/home/g7.png',
// title : '',
// path : '/pages_order/service/experience',
// },
{
icon : '/static/image/home/g3.png',
title : '遗产讲述',
path : '/pages_order/service/tellList?type=tell',
},
{
icon : '/static/image/home/g4.png',
title : '达人同游',
path : '/pages_order/service/tellList?type=travel',
},
{
icon : '/static/image/home/g5.png',
title : '遗产路径',
path : '/pages_order/service/heritagePath',
},
{
icon : '/static/image/home/g6.png',
title : '我要跟拍',
path : '/pages_order/service/following' ,
},
{
icon : '/static/image/home/g7.png',
title : '非遗体验',
path : '/pages_order/service/experience',
},
{
icon : '/static/image/home/g9.png',
title : '文创好物',
@ -146,11 +145,11 @@
// title : '',
// path : '/pages_order/service/carefree',
// },
// {
// icon : '/static/image/home/g6.png',
// title : '',
// path : '/pages_order/service/newsList',
// },
{
icon : '/static/image/home/g6.png',
title : '申遗新闻',
path : '/pages_order/service/newsList',
},
],
bannerList: [
// {


Loading…
Cancel
Save