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

This commit is contained in:
wangdan-fit2cloud 2024-07-15 15:21:46 +08:00
parent d45d8ff921
commit a914a7d1c0
2 changed files with 3 additions and 3 deletions

View File

@ -150,7 +150,7 @@ const {
params: { id } params: { id }
} = route as any } = route as any
const apiUrl = window.location.origin + '/doc/chat' const apiUrl = window.location.origin + '/doc/chat/'
const EditAvatarDialogRef = ref() const EditAvatarDialogRef = ref()
const LimitDialogRef = ref() const LimitDialogRef = ref()

View File

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