Commit 525e3bf0 authored by tyyin lan's avatar tyyin lan

chore(首页): 去掉调试代码

parent 607b73b6
...@@ -44,20 +44,20 @@ const isShowMessageList = ref(false) ...@@ -44,20 +44,20 @@ const isShowMessageList = ref(false)
const isAgentInitLoading = ref(true) const isAgentInitLoading = ref(true)
const currentFetchEventSourceController = ref<AbortController | null>(null) const currentFetchEventSourceController = ref<AbortController | null>(null)
setTimeout(() => { // setTimeout(() => {
messageList.value.set('1', { // messageList.value.set('1', {
role: 'user', // role: 'user',
agentId: 'b058f1baedd04af983ca00775368bb8c', // agentId: 'b058f1baedd04af983ca00775368bb8c',
content: '请推荐一些适合初学者的编程学习资源。', // content: '请推荐一些适合初学者的编程学习资源。',
timestamp: 1726654820427, // timestamp: 1726654820427,
isAnswerLoading: false, // isAnswerLoading: false,
avatar: 'http://localhost:8848/fe/src/assets/images/home/agent-avatar.png', // avatar: 'http://localhost:8848/fe/src/assets/images/home/agent-avatar.png',
name: '1234', // name: '1234',
reasoningContent: '1324', // reasoningContent: '1324',
imageUrl: '', // imageUrl: '',
pluginName: '', // pluginName: '',
}) // })
}, 60) // }, 60)
// messageList.value.set('2', { // messageList.value.set('2', {
// role: 'assistant', // role: 'assistant',
// agentId: 'b058f1baedd04af983ca00775368bb8c', // agentId: 'b058f1baedd04af983ca00775368bb8c',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment