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