Browse Source

修改点击招商服务详情没有隐藏

master
王饶冀 2 years ago
parent
commit
521ffa3097

+ 2
- 0
digital-park-web/digital-park/src/views/investment-service/InvestmentService.vue View File

@@ -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;
},
},
};

Loading…
Cancel
Save