-
BINsrc/assets/img/case_detail/li1.png
-
BINsrc/assets/img/case_detail/li2.png
-
BINsrc/assets/img/case_detail/li3.png
-
BINsrc/assets/img/case_detail/li4.png
-
BINsrc/assets/img/case_detail/li5.png
-
BINsrc/assets/img/case_detail/li6.png
-
BINsrc/assets/img/case_detail/li7.png
-
BINsrc/assets/img/case_detail/lunbo1.png
-
BINsrc/assets/img/case_detail/ÏêÇéҳǶÈë/cd.png
-
BINsrc/assets/img/case_detail/ÏêÇéҳǶÈë/jg1.png
-
BINsrc/assets/img/case_detail/ÏêÇéҳǶÈë/jg2.png
-
BINsrc/assets/img/case_detail/ÏêÇéҳǶÈë/rjkf.png
-
BINsrc/assets/img/case_detail/ÏêÇéҳǶÈë/swzs.png
-
BINsrc/assets/img/case_detail/ÏêÇéҳǶÈë/video.png
-
BINsrc/assets/img/case_detail/ÏêÇéҳǶÈë/wg1.png
-
BINsrc/assets/img/case_detail/ÏêÇéҳǶÈë/wg2.png
-
BINsrc/assets/img/case_detail/ÏêÇéҳǶÈë/yjkf.png
-
102src/mock/index.js
-
4src/store/modules/detail.js
-
57src/views/Index/components/CaseDetails/Tabs/index.vue
-
105src/views/Index/components/CaseDetails/Trumbs/index.vue
-
27src/views/Index/components/CaseDetails/index.vue
-
6src/views/Index/index.vue
After Width: 194 | Height: 108 | Size: 12 KiB |
After Width: 194 | Height: 108 | Size: 24 KiB |
After Width: 194 | Height: 108 | Size: 35 KiB |
After Width: 194 | Height: 108 | Size: 33 KiB |
After Width: 194 | Height: 108 | Size: 31 KiB |
After Width: 194 | Height: 108 | Size: 32 KiB |
After Width: 194 | Height: 108 | Size: 28 KiB |
After Width: 1024 | Height: 576 | Size: 161 KiB |
After Width: 528 | Height: 297 | Size: 72 KiB |
After Width: 254 | Height: 143 | Size: 21 KiB |
After Width: 254 | Height: 143 | Size: 21 KiB |
After Width: 528 | Height: 297 | Size: 247 KiB |
After Width: 528 | Height: 297 | Size: 177 KiB |
After Width: 48 | Height: 56 | Size: 1.5 KiB |
After Width: 254 | Height: 143 | Size: 21 KiB |
After Width: 254 | Height: 143 | Size: 46 KiB |
After Width: 528 | Height: 297 | Size: 173 KiB |
@ -0,0 +1,102 @@ |
|||
export const industry_list_data = [ |
|||
{ |
|||
id: '1', |
|||
name: '医疗健康', |
|||
}, |
|||
{ |
|||
id: '2', |
|||
name: '智能硬件', |
|||
}, |
|||
{ |
|||
id: '3', |
|||
name: '工业设备', |
|||
}, |
|||
{ |
|||
id: '4', |
|||
name: '高铁设备', |
|||
}, |
|||
{ |
|||
id: '5', |
|||
name: '户外设备', |
|||
}, |
|||
{ |
|||
id: '6', |
|||
name: '特种装备', |
|||
}, |
|||
{ |
|||
id: '7', |
|||
name: '智能家居', |
|||
}, |
|||
{ |
|||
id: '8', |
|||
name: '实验仪器', |
|||
}, |
|||
{ |
|||
id: '9', |
|||
name: '消费电子', |
|||
}, |
|||
] |
|||
|
|||
import L1 from '@/assets/img/case_detail/li1.png' |
|||
import L2 from '@/assets/img/case_detail/li2.png' |
|||
import L3 from '@/assets/img/case_detail/li3.png' |
|||
import L4 from '@/assets/img/case_detail/li4.png' |
|||
import L5 from '@/assets/img/case_detail/li5.png' |
|||
import L6 from '@/assets/img/case_detail/li6.png' |
|||
import L7 from '@/assets/img/case_detail/li7.png' |
|||
export const case_detail_img_data = { |
|||
1: [ |
|||
{ |
|||
id: '1', |
|||
picUrl: L1, |
|||
}, |
|||
{ |
|||
id: '2', |
|||
picUrl: L2, |
|||
}, |
|||
{ |
|||
id: '3', |
|||
picUrl: L3, |
|||
}, |
|||
{ |
|||
id: '4', |
|||
picUrl: L4, |
|||
}, |
|||
{ |
|||
id: '5', |
|||
picUrl: L5, |
|||
}, |
|||
{ |
|||
id: '6', |
|||
picUrl: L6, |
|||
}, |
|||
{ |
|||
id: '7', |
|||
picUrl: L7, |
|||
}, |
|||
], |
|||
} |
|||
|
|||
import S1 from '@/assets/img/case_detail/lunbo1.png' |
|||
export const case_detail_list = { |
|||
1: { |
|||
1: { |
|||
id: '1', |
|||
title: '电力巡检摄像头', |
|||
swiperList: [ |
|||
{ |
|||
id: '1', |
|||
picUrl: S1, |
|||
}, |
|||
{ |
|||
id: '1', |
|||
picUrl: S1, |
|||
}, |
|||
{ |
|||
id: '1', |
|||
picUrl: S1, |
|||
}, |
|||
], |
|||
}, |
|||
}, |
|||
} |