|
|
|
@ -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
|
|
|
|
|
})
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|