diff --git a/src/components/chat/index.vue b/src/components/chat/index.vue index 1270d9a..07d2d3f 100644 --- a/src/components/chat/index.vue +++ b/src/components/chat/index.vue @@ -79,12 +79,12 @@ export default { }, mounted() { listHwWebDocument() - setTimeout(() => { - this.isChat = true; - this.$nextTick(() => { - this.scrollToBottom() - }) - }, 5 * 1000) + // setTimeout(() => { + // this.isChat = true; + // this.$nextTick(() => { + // this.scrollToBottom() + // }) + // }, 5 * 1000) }, methods: { consultation() { diff --git a/src/components/search/index.vue b/src/components/search/index.vue index cf59050..ce7bae6 100644 --- a/src/components/search/index.vue +++ b/src/components/search/index.vue @@ -24,7 +24,7 @@ -
+
产品中心
diff --git a/src/views/industrySolutions/index.vue b/src/views/industrySolutions/index.vue index 9858c97..95e1d77 100644 --- a/src/views/industrySolutions/index.vue +++ b/src/views/industrySolutions/index.vue @@ -1,11 +1,56 @@