|
|
@ -386,7 +386,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<!-- <div class="foot-dow-list">联系我们</div> --> |
|
|
|
<!-- <div class="foot-dow-list">联系我们</div> --> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="last-text"> |
|
|
|
<div class="last-text" @click="gogxb"> |
|
|
|
{{ companyInfo.copyright }} |
|
|
|
{{ companyInfo.copyright }} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -545,6 +545,9 @@ export default { |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
methods: { |
|
|
|
|
|
|
|
gogxb(){ |
|
|
|
|
|
|
|
window.location.href="https://beian.miit.gov.cn"; |
|
|
|
|
|
|
|
}, |
|
|
|
getSeo() { |
|
|
|
getSeo() { |
|
|
|
this.$axios |
|
|
|
this.$axios |
|
|
|
.post("https://gw.x-embers.com/api/index/seo", {}) |
|
|
|
.post("https://gw.x-embers.com/api/index/seo", {}) |
|
|
@ -655,12 +658,16 @@ export default { |
|
|
|
this.ryzzImg.push(item.image); |
|
|
|
this.ryzzImg.push(item.image); |
|
|
|
}); |
|
|
|
}); |
|
|
|
} |
|
|
|
} |
|
|
|
for (let i = 1; i <= this.ywfwList.length; i++) { |
|
|
|
this.ywfwList.map(item=>{ |
|
|
|
let arr = this.contentInfo.ServiceCase.content.filter((item) => { |
|
|
|
let arr = this.contentInfo.ServiceCase.content.filter((ite) => { |
|
|
|
return item.type.includes(String(i)); |
|
|
|
return ite.type.includes(String(item.id)); |
|
|
|
}); |
|
|
|
}); |
|
|
|
this.caseList.push(arr); |
|
|
|
this.caseList.push(arr); |
|
|
|
} |
|
|
|
}) |
|
|
|
|
|
|
|
// for (let i = 1; i <= this.ywfwList.length; i++) { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// this.caseList.push(arr); |
|
|
|
|
|
|
|
// } |
|
|
|
for (let i = 0; i < this.caseList.length; i++) { |
|
|
|
for (let i = 0; i < this.caseList.length; i++) { |
|
|
|
this.caseList[i].map((item, i) => { |
|
|
|
this.caseList[i].map((item, i) => { |
|
|
|
item.id = i; |
|
|
|
item.id = i; |
|
|
|