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 @@ -