hjyd
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

152 lines
3.1 KiB

import T1_1 from '@/assets/img/hardware_detail/03/trumbs/12.png'
import T1_2 from '@/assets/img/hardware_detail/03/trumbs/13.png'
import T1_3 from '@/assets/img/hardware_detail/03/trumbs/14.jpg'
import T1_4 from '@/assets/img/hardware_detail/03/trumbs/15.png'
import T1_5 from '@/assets/img/hardware_detail/03/trumbs/16.png'
import T1_6 from '@/assets/img/hardware_detail/03/trumbs/17.png'
export const hardware_detail_img_data = [
{
id: '1',
picUrl: T1_1,
},
{
id: '2',
picUrl: T1_2,
},
{
id: '3',
picUrl: T1_3,
},
{
id: '4',
picUrl: T1_4,
},
{
id: '5',
picUrl: T1_5,
},
{
id: '6',
picUrl: T1_6,
},
]
export const titleList = {
1: '国网照明巡检摄像头',
2: '暖手宝',
3: 'AI智能音箱',
4: '森空机-总裁版',
5: '室内空气调节机',
6: '娱乐打禅休闲一体化座舱',
}
import S1_1_1 from '@/assets/img/hardware_detail/03/swiper/01/01.png'
import S1_1_2 from '@/assets/img/hardware_detail/03/swiper/01/02.png'
import S1_1_3 from '@/assets/img/hardware_detail/03/swiper/01/03.png'
import S1_2_1 from '@/assets/img/hardware_detail/03/swiper/02/01.png'
import S1_2_2 from '@/assets/img/hardware_detail/03/swiper/02/02.png'
import S1_2_3 from '@/assets/img/hardware_detail/03/swiper/02/03.png'
import S1_3_1 from '@/assets/img/hardware_detail/03/swiper/03/01.jpg'
import S1_3_2 from '@/assets/img/hardware_detail/03/swiper/03/02.png'
import S1_3_3 from '@/assets/img/hardware_detail/03/swiper/03/03.png'
import S1_4_1 from '@/assets/img/hardware_detail/03/swiper/04/01.png'
import S1_4_2 from '@/assets/img/hardware_detail/03/swiper/04/02.png'
import S1_4_3 from '@/assets/img/hardware_detail/03/swiper/04/03.png'
import S1_5_1 from '@/assets/img/hardware_detail/03/swiper/05/01.png'
import S1_5_2 from '@/assets/img/hardware_detail/03/swiper/05/02.png'
import S1_5_3 from '@/assets/img/hardware_detail/03/swiper/05/03.png'
import S1_6_1 from '@/assets/img/hardware_detail/03/swiper/06/01.png'
import S1_6_2 from '@/assets/img/hardware_detail/03/swiper/06/02.png'
import S1_6_3 from '@/assets/img/hardware_detail/03/swiper/06/03.png'
export const swiperList = {
1: [
{
id: '1',
picUrl: S1_1_1,
},
{
id: '2',
picUrl: S1_1_2,
},
{
id: '3',
picUrl: S1_1_3,
},
],
2: [
{
id: '1',
picUrl: S1_2_1,
},
{
id: '2',
picUrl: S1_2_2,
},
{
id: '3',
picUrl: S1_2_3,
},
],
3: [
{
id: '1',
picUrl: S1_3_1,
},
{
id: '2',
picUrl: S1_3_2,
},
{
id: '2',
picUrl: S1_3_3,
},
],
4: [
{
id: '1',
picUrl: S1_4_1,
},
{
id: '2',
picUrl: S1_4_2,
},
{
id: '3',
picUrl: S1_4_3,
},
],
5: [
{
id: '1',
picUrl: S1_5_1,
},
{
id: '2',
picUrl: S1_5_2,
},
{
id: '3',
picUrl: S1_5_3,
},
],
6: [
{
id: '1',
picUrl: S1_6_1,
},
{
id: '2',
picUrl: S1_6_2,
},
{
id: '3',
picUrl: S1_6_3,
},
],
}