From 64cced367770e09e9dd4906650637dc2a6717426 Mon Sep 17 00:00:00 2001 From: besscroft Date: Sun, 21 Jan 2024 23:33:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E7=9B=B8=E6=9C=BA=E5=9E=8B=E5=8F=B7=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Canvas.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Canvas.vue b/components/Canvas.vue index 61686b5..435bf07 100644 --- a/components/Canvas.vue +++ b/components/Canvas.vue @@ -140,7 +140,7 @@ onUnmounted(() => {

相机

-

{{ obj?.exif?.Model?.description || 'N&A' }}

+

{{ obj?.exif?.model || 'N&A' }}