nieyuge 3 年之前
父节点
当前提交
997905b611
共有 1 个文件被更改,包括 2 次插入2 次删除
  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',