|
@@ -67,9 +67,9 @@
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
topCarousels: [
|
|
topCarousels: [
|
|
- {img:require(`@/assets/images/client/exam/product-show-img1.png`),title:"平台总览"},
|
|
|
|
- {img:require(`@/assets/images/client/exam/product-show-img2.png`),title:"平台总览"},
|
|
|
|
- {img:require(`@/assets/images/client/exam/product-show-img3.png`),title:"平台总览"}
|
|
|
|
|
|
+ {img:require(`@/assets/images/client/exam/product-show-img1.png`),title:"平台总览"},
|
|
|
|
+ {img:require(`@/assets/images/client/exam/product-show-img3.png`),title:"服务管理"},
|
|
|
|
+ {img:require(`@/assets/images/client/exam/product-show-img2.png`),title:"人员管理"}
|
|
],
|
|
],
|
|
advantagesImg1: require(`@/assets/images/client/exam/product-advantages-img1.svg`),
|
|
advantagesImg1: require(`@/assets/images/client/exam/product-advantages-img1.svg`),
|
|
advantagesImg2: require(`@/assets/images/client/exam/product-advantages-img2.svg`),
|
|
advantagesImg2: require(`@/assets/images/client/exam/product-advantages-img2.svg`),
|
|
@@ -88,10 +88,6 @@
|
|
|
|
|
|
},
|
|
},
|
|
mounted() {
|
|
mounted() {
|
|
- /* for (let i = 0; i < 3; i++) {
|
|
|
|
- this.topCarousels.push(require(`@/assets/images/client/exam/product-show-img${i + 1}.png`));
|
|
|
|
- console.log(this.topCarousels)
|
|
|
|
- }*/
|
|
|
|
},
|
|
},
|
|
beforeDestroy() {
|
|
beforeDestroy() {
|
|
},
|
|
},
|