|
|
@ -336,3 +336,87 @@ export const OneList = [ |
|
|
|
en: 'INDUSTRIAL DESIGN', |
|
|
|
}, |
|
|
|
] |
|
|
|
|
|
|
|
import I1 from '@/static/img/news/icon1.png' |
|
|
|
import I2 from '@/static/img/news/icon2.png' |
|
|
|
import I3 from '@/static/img/news/icon3.png' |
|
|
|
import N1 from '@/static/img/news/news1.png' |
|
|
|
import N2 from '@/static/img/news/news2.png' |
|
|
|
import N3 from '@/static/img/news/news3.png' |
|
|
|
export const newsList = [ |
|
|
|
{ |
|
|
|
id: 1, |
|
|
|
icon: I1, |
|
|
|
title: '公司动态', |
|
|
|
list: [ |
|
|
|
{ |
|
|
|
id: 1, |
|
|
|
pic: N1, |
|
|
|
productTitle: '智能多通道水下图像检测系统', |
|
|
|
desc: '图像识别是人工智能的一个重......', |
|
|
|
}, |
|
|
|
{ |
|
|
|
id: 2, |
|
|
|
pic: N2, |
|
|
|
productTitle: '暖手宝', |
|
|
|
desc: '寒冷的冬天,有一个暖手宝的......', |
|
|
|
}, |
|
|
|
{ |
|
|
|
id: 3, |
|
|
|
pic: N3, |
|
|
|
productTitle: '超声肿瘤治疗系统', |
|
|
|
desc: '超声聚焦治疗是一种无创的局......', |
|
|
|
}, |
|
|
|
], |
|
|
|
}, |
|
|
|
{ |
|
|
|
id: 2, |
|
|
|
icon: I2, |
|
|
|
title: '行业资讯', |
|
|
|
list: [ |
|
|
|
{ |
|
|
|
id: 1, |
|
|
|
pic: N1, |
|
|
|
productTitle: '智能多通道水下图像检测系统', |
|
|
|
desc: '图像识别是人工智能的一个重......', |
|
|
|
}, |
|
|
|
{ |
|
|
|
id: 2, |
|
|
|
pic: N2, |
|
|
|
productTitle: '暖手宝', |
|
|
|
desc: '寒冷的冬天,有一个暖手宝的......', |
|
|
|
}, |
|
|
|
{ |
|
|
|
id: 3, |
|
|
|
pic: N3, |
|
|
|
productTitle: '超声肿瘤治疗系统', |
|
|
|
desc: '超声聚焦治疗是一种无创的局......', |
|
|
|
}, |
|
|
|
], |
|
|
|
}, |
|
|
|
{ |
|
|
|
id: 3, |
|
|
|
icon: I3, |
|
|
|
title: '视频焦点', |
|
|
|
list: [ |
|
|
|
{ |
|
|
|
id: 1, |
|
|
|
pic: N1, |
|
|
|
productTitle: '智能多通道水下图像检测系统', |
|
|
|
desc: '图像识别是人工智能的一个重......', |
|
|
|
}, |
|
|
|
{ |
|
|
|
id: 2, |
|
|
|
pic: N2, |
|
|
|
productTitle: '暖手宝', |
|
|
|
desc: '寒冷的冬天,有一个暖手宝的......', |
|
|
|
}, |
|
|
|
{ |
|
|
|
id: 3, |
|
|
|
pic: N3, |
|
|
|
productTitle: '超声肿瘤治疗系统', |
|
|
|
desc: '超声聚焦治疗是一种无创的局......', |
|
|
|
}, |
|
|
|
], |
|
|
|
}, |
|
|
|
] |