diff --git a/src/pages/_id/index.vue b/src/pages/_id/index.vue index e6b729623..bbd6260d9 100644 --- a/src/pages/_id/index.vue +++ b/src/pages/_id/index.vue @@ -326,6 +326,7 @@ export default { error({ statusCode: 404, message: 'LIKER_NOT_FOUND' }); }, mounted() { + this.syncRouteForTab(); this.loadNFTListByAddress(this.wallet); if (!this.isLoading) { this.setupNFTGrid();