From 88a02c0eee5cea1d84355d39de88981ebf104524 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 2 Dec 2021 11:43:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E5=88=97=E8=A1=A8=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E9=A2=84=E8=A7=88=E4=B8=8D=E6=98=BE=E7=A4=BA=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppInterview/AppInterview.vue | 2 +- src/components/AiImage.vue | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/apps/AppInterview/AppInterview.vue b/src/apps/AppInterview/AppInterview.vue index 1b716054..ab3ed1c7 100644 --- a/src/apps/AppInterview/AppInterview.vue +++ b/src/apps/AppInterview/AppInterview.vue @@ -13,7 +13,7 @@
{{ e.title }}
-
+
{{ e.createTime }}
diff --git a/src/components/AiImage.vue b/src/components/AiImage.vue index 22e237c8..e99be60a 100644 --- a/src/components/AiImage.vue +++ b/src/components/AiImage.vue @@ -21,9 +21,9 @@ export default { dialog: false } }, - computed:{ - image(){ - return this.src?.replace(/\\/g,'/') + computed: { + image() { + return this.src?.replace(/\\/g, '/') } }, props: {