Browse Source

元数据增加路由参数

master
xueyinfei 3 weeks ago
parent
commit
a754365fc1
  1. 2
      vue-fastapi-frontend/src/views/aichat/MdRenderer.vue

2
vue-fastapi-frontend/src/views/aichat/MdRenderer.vue

@ -21,7 +21,7 @@
</div>
</div>
<div v-if="item.type === 'router'" style="width: 100%;margin-top: 5px">
<el-link @click="jumpToPath(item.content)">{{'跳转到'+ item.content.menuName}}</el-link>
<el-link :underline="false" @click="jumpToPath(item.content)">{{'跳转到'+ item.content.menuName}}</el-link>
</div>
<div v-else style="width: 100%;margin-top: 5px">
<markdown :markdown-string="item.content"></markdown>

Loading…
Cancel
Save