|
@@ -77,6 +77,7 @@ import Image2 from '@/assets/images/fusion/Image2.jpg'
|
|
import Image3 from '@/assets/images/inheritor/Image3.jpg'
|
|
import Image3 from '@/assets/images/inheritor/Image3.jpg'
|
|
import Image4 from '@/assets/images/fusion/Image4.jpg'
|
|
import Image4 from '@/assets/images/fusion/Image4.jpg'
|
|
import Image5 from '@/assets/images/fusion/Image5.jpg'
|
|
import Image5 from '@/assets/images/fusion/Image5.jpg'
|
|
|
|
+import Image6 from '@/assets/images/fusion/Image6.jpg'
|
|
import LeftRightBox from '@/components/parts/LeftRightBox.vue';
|
|
import LeftRightBox from '@/components/parts/LeftRightBox.vue';
|
|
import ImageTitleDescBlock from '@/components/parts/ImageTitleDescBlock.vue';
|
|
import ImageTitleDescBlock from '@/components/parts/ImageTitleDescBlock.vue';
|
|
import ThreeImageList from '@/components/parts/ThreeImageList.vue';
|
|
import ThreeImageList from '@/components/parts/ThreeImageList.vue';
|
|
@@ -107,6 +108,14 @@ const list = [
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
|
|
+ title: '非遗研学点',
|
|
|
|
+ desc: '',
|
|
|
|
+ image: Image6,
|
|
|
|
+ onClick: () => {
|
|
|
|
+ navTo('/fusion/point');
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
title: '非遗作品',
|
|
title: '非遗作品',
|
|
desc: '让文化因传承而永存',
|
|
desc: '让文化因传承而永存',
|
|
image: Image3,
|
|
image: Image3,
|
|
@@ -130,11 +139,6 @@ const list = [
|
|
navTo('/fusion/fashion');
|
|
navTo('/fusion/fashion');
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- {
|
|
|
|
- title: '',
|
|
|
|
- desc: '',
|
|
|
|
- image: '',
|
|
|
|
- }
|
|
|
|
]
|
|
]
|
|
const daysData = ref<GetContentListItem[]>([]) as Ref<GetContentListItem[]>
|
|
const daysData = ref<GetContentListItem[]>([]) as Ref<GetContentListItem[]>
|
|
const monthSelected = ref(new Date().getMonth() + 1)
|
|
const monthSelected = ref(new Date().getMonth() + 1)
|