diff --git a/src/views/casesAndClients/IOT/index.vue b/src/views/casesAndClients/IOT/index.vue index 9175ebc..4df61fb 100644 --- a/src/views/casesAndClients/IOT/index.vue +++ b/src/views/casesAndClients/IOT/index.vue @@ -130,7 +130,7 @@ export default { let nowTab = v.rows.find(vv=>vv.configTypeId === parseFloat(this.$route.query.portalConfigTypeId)) console.log(nowTab) this.banner = nowTab?.homeConfigTypePic - // this.bannerTitle = e.rows?.[0]?.portalConfigDesc + this.bannerTitle = nowTab.configTypeDesc }) }) }