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: {