From a914a7d1c0b70797bf5f6579a8da3d412ccae3fa Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Mon, 15 Jul 2024 15:21:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=89=93=E5=BC=80doc/?= =?UTF-8?q?chat=E6=98=BE=E7=A4=BA404(#747)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/views/application-overview/index.vue | 2 +- ui/src/views/template/component/ModelCard.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/src/views/application-overview/index.vue b/ui/src/views/application-overview/index.vue index 771123ba6..9831832c4 100644 --- a/ui/src/views/application-overview/index.vue +++ b/ui/src/views/application-overview/index.vue @@ -150,7 +150,7 @@ const { params: { id } } = route as any -const apiUrl = window.location.origin + '/doc/chat' +const apiUrl = window.location.origin + '/doc/chat/' const EditAvatarDialogRef = ref() const LimitDialogRef = ref() diff --git a/ui/src/views/template/component/ModelCard.vue b/ui/src/views/template/component/ModelCard.vue index 184fbcbe4..344c1aebb 100644 --- a/ui/src/views/template/component/ModelCard.vue +++ b/ui/src/views/template/component/ModelCard.vue @@ -15,7 +15,7 @@ -
+
  • 模型类型 @@ -176,7 +176,7 @@ onBeforeUnmount(() => {