fix: 修复打开doc/chat显示404(#747)

fix: 修复打开doc/chat显示404(#747)
This commit is contained in:
wangdan-fit2cloud 2024-07-15 00:24:07 -07:00 committed by GitHub
commit 51a923441b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -15,7 +15,7 @@
</div>
</template>
<div class="border-t mt-16">
<div class="mt-16">
<ul>
<li class="flex mt-16">
<el-text type="info">模型类型</el-text>
@ -176,7 +176,7 @@ onBeforeUnmount(() => {
</script>
<style lang="scss" scoped>
.model-card {
min-height: 153px;
min-height: 135px;
min-width: auto;
.operation-button {
position: absolute;