소스 검색

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

master
王饶冀 3 년 전
부모
커밋
521ffa3097
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      digital-park-web/digital-park/src/views/investment-service/InvestmentService.vue

+ 2
- 0
digital-park-web/digital-park/src/views/investment-service/InvestmentService.vue 파일 보기

@@ -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…
취소
저장