@@ -43,6 +43,7 @@ export default { | |||
}; | |||
}, | |||
mounted() { | |||
if (this.$route.meta.title !== "招商服务") { | |||
this.isDetail = true; | |||
} | |||
@@ -50,6 +51,7 @@ export default { | |||
methods:{ | |||
goPath(){ | |||
this.$router.push('/investment-service/product-list'); | |||
this.isDetail = false; | |||
}, | |||
}, | |||
}; |