From 8d7a0bb84ec8d44fc985899f3207f15b85c9f019 Mon Sep 17 00:00:00 2001 From: AuroraHuang22 Date: Sun, 29 Oct 2023 15:13:59 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Change=20exinfo=20default=20type?= =?UTF-8?q?=20to=20object?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/nft/url/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/nft/url/index.vue b/pages/nft/url/index.vue index 4784d12c..f9141d5a 100644 --- a/pages/nft/url/index.vue +++ b/pages/nft/url/index.vue @@ -291,7 +291,7 @@ export default class FetchIndex extends Vue { description, tagsString: keywords, url: this.iscnData.url || this.url, - exifInfo: [], + exifInfo: {}, license, publisher, ipfsHash: this.ipfsHash,