diff --git a/src/views/AI-new/components/chat-entry.vue b/src/views/AI-new/components/chat-entry.vue
new file mode 100644
index 0000000..8fe269c
--- /dev/null
+++ b/src/views/AI-new/components/chat-entry.vue
@@ -0,0 +1,89 @@
+
+
+
+
+
+
{{ item.title }}
+
{{ item.desc }}
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/AI-new/index.vue b/src/views/AI-new/index.vue
index 59ed660..de8c9b8 100644
--- a/src/views/AI-new/index.vue
+++ b/src/views/AI-new/index.vue
@@ -23,8 +23,9 @@
-->
+
-
@@ -38,6 +39,7 @@ import SvgIcon from '@/components/svg-icon/index.vue'
import HotProducts from '@/views/AI-new/components/HotProducts.vue'
import sticky from '@/views/AI/components/sticky.vue'
import chatMessage from '@/views/AI-new/components/chat-new.vue'
+import ChatEntry from "./components/chat-entry.vue"
export default {
components: {
@@ -48,6 +50,7 @@ export default {
HotProducts,
chatMessage,
sticky,
+ ChatEntry,
},
data() {
return {
@@ -98,7 +101,7 @@ export default {
this.isThink = e
},
getHotProducts(e) {
- console.log(e)
+ // console.log(e)
this.hotList = e
},
diff --git a/src/views/AI-new/views/productKnowledge/index.vue b/src/views/AI-new/views/productKnowledge/index.vue
index 43d42da..53a19e0 100644
--- a/src/views/AI-new/views/productKnowledge/index.vue
+++ b/src/views/AI-new/views/productKnowledge/index.vue
@@ -18,7 +18,7 @@
-
+
+