fix: 修复打开doc/chat显示404(#747)
This commit is contained in:
parent
d45d8ff921
commit
a914a7d1c0
@ -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()
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user