From 89d8705c0460f3b1d08beced1040eb31b76de223 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Thu, 25 Jul 2024 10:48:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=AF=B9=E8=AF=9D=E4=B8=8D=E5=8F=AF=E5=88=A0=E9=99=A4=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/views/chat/embed/index.vue | 2 +- ui/src/views/chat/pc/index.vue | 2 +- ui/src/views/template/component/ModelCard.vue | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ui/src/views/chat/embed/index.vue b/ui/src/views/chat/embed/index.vue index 29f4b1dbe..9c9a366e0 100644 --- a/ui/src/views/chat/embed/index.vue +++ b/ui/src/views/chat/embed/index.vue @@ -73,7 +73,7 @@ {{ row.abstract }} -
+
diff --git a/ui/src/views/chat/pc/index.vue b/ui/src/views/chat/pc/index.vue index 4194a4ab9..ed636a023 100644 --- a/ui/src/views/chat/pc/index.vue +++ b/ui/src/views/chat/pc/index.vue @@ -51,7 +51,7 @@ {{ row.abstract }} -
+
diff --git a/ui/src/views/template/component/ModelCard.vue b/ui/src/views/template/component/ModelCard.vue index bd7c2c11f..45c8fec77 100644 --- a/ui/src/views/template/component/ModelCard.vue +++ b/ui/src/views/template/component/ModelCard.vue @@ -106,7 +106,6 @@ const { user } = useStore() const downModel = ref() const is_permisstion = computed(() => { - console.log(user.userInfo?.id, props.model.user_id) return user.userInfo?.id == props.model.user_id }) const currentModel = computed(() => {