|
@@ -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',
|