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(() => {