nieyuge hace 3 años
padre
commit
997905b611
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      pages/nft/index.vue

+ 2 - 2
pages/nft/index.vue

@@ -88,7 +88,7 @@ export default {
 				// facebook 
 				{
 					name: 'og:url',
-					content: this.jumpUrl + 'nft/' + this.$route.params.id
+					content: this.jumpUrl + 'nft/' + this.$route.params.id + `/${this.$route.params.account}`
 				},
 				{
 					name: 'og:title',
@@ -105,7 +105,7 @@ export default {
 				},
 				{
 					name: 'twitter:url',
-					content: this.jumpUrl + 'nft/' + this.$route.params.id
+					content: this.jumpUrl + 'nft/' + this.$route.params.id + `/${this.$route.params.account}`
 				},
 				{
 					name: 'twitter:title',