If you want to change the title of WeChat through the title attribute set in the meta of the route, and if you want to get the product details in the product details section, you need to dynamically get the title attribute of the meta in the route in the sub-component and change it. Please do this. Is it possible?
Use this.$route.meta.pageTitle = 'Title';
in the child component