Просмотр исходного кода

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

master
王饶冀 3 лет назад
Родитель
Сommit
521ffa3097

+ 2
- 0
digital-park-web/digital-park/src/views/investment-service/InvestmentService.vue Просмотреть файл

}; };
}, },
mounted() { mounted() {
if (this.$route.meta.title !== "招商服务") { if (this.$route.meta.title !== "招商服务") {
this.isDetail = true; this.isDetail = true;
} }
methods:{ methods:{
goPath(){ goPath(){
this.$router.push('/investment-service/product-list'); this.$router.push('/investment-service/product-list');
this.isDetail = false;
}, },
}, },
}; };

Загрузка…
Отмена
Сохранить