diff --git a/src/pages/index/components/answer.vue b/src/pages/index/components/answer.vue
index a38e0b96..38811e0b 100644
--- a/src/pages/index/components/answer.vue
+++ b/src/pages/index/components/answer.vue
@@ -1,13 +1,35 @@
-
+
-
+
+
+
+
+
+ 引用知识库{{3}}篇相关资料
+
+
+
+ {{index+1}}. {{item}}
+
+
+
+
+
+ 发现{{3}}个关联课程
+
+
+
+ {{index+1}}. {{item}}
+
+
+
-
+
@@ -17,70 +39,73 @@
-->
-
-
+
+
-
-
+
+
\ No newline at end of file
diff --git a/src/pages/index/dialog.vue b/src/pages/index/dialog.vue
index 11d12b23..5d8789eb 100644
--- a/src/pages/index/dialog.vue
+++ b/src/pages/index/dialog.vue
@@ -10,7 +10,7 @@
AI问答
-
+
@@ -177,6 +177,11 @@
const answerIsOver = ref(true)
const talkingList = ref([])
+
+ const createNewDialog = () => {
+ common.redirectTo(`/pages/index/dialog`)
+ // talkingList.value = []
+ }
const showModelComfirm = ref(false)
const reconcatNum = ref(1)
const initsocketTask = () => {