提交 d0c0200e authored 作者: coderBryanFu's avatar coderBryanFu

fix:修改智能问答页面

上级 1c5700ed
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
</div> </div>
<el-input placeholder="新对话" v-model="newChatTitle" style="width: 220px" /> <el-input placeholder="新对话" v-model="newChatTitle" style="width: 220px" />
</div> </div>
<div class="left-main"> <!-- <div class="left-main">
<div class="left-main-title">{{ "历史对话" }}</div> <div class="left-main-title">{{ "历史对话" }}</div>
<div class="left-list"> <div class="left-list">
<div class="left-list-item" :class="{ itemActive: currentChatId === item.id }" <div class="left-list-item" :class="{ itemActive: currentChatId === item.id }"
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
{{ item.title }} {{ item.title }}
</div> </div>
</div> </div>
</div> </div> -->
</div> </div>
<div class="right"> <div class="right">
<div class="right-header">{{ curChatTitle }}</div> <div class="right-header">{{ curChatTitle }}</div>
...@@ -929,7 +929,7 @@ const sendMessage = async () => { ...@@ -929,7 +929,7 @@ const sendMessage = async () => {
}; };
const newChatTitle = ref(""); // 新对话 const newChatTitle = ref(""); // 新对话
const curChatTitle = ref("美国对中国制裁实体清单"); const curChatTitle = ref("新对话");
const currentChatId = ref(1); const currentChatId = ref(1);
const chatList = ref([ const chatList = ref([
{ {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论