From 69e5ba0169aa8da80e3e1526e6efea53a64df199 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Wed, 6 May 2026 10:21:04 +0800 Subject: [PATCH 1/3] =?UTF-8?q?Refactor(=E4=BA=91=E7=81=B5AI):=E6=97=A0?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E6=97=B6=E5=8F=AF=E4=BB=A5=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E5=8D=A1=E7=89=87=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aiChat/views/index.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/aiChat/views/index.vue b/aiChat/views/index.vue index 4aef3b3..d3a862b 100644 --- a/aiChat/views/index.vue +++ b/aiChat/views/index.vue @@ -243,8 +243,6 @@ .image-recognition-result-page { min-height: 100vh; - background: #F5F8FF; + background: #fff; .page-body { min-height: 100vh; From a50d274a597eacb3397c4acc3ab3641102da48a6 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Wed, 6 May 2026 15:42:54 +0800 Subject: [PATCH 3/3] =?UTF-8?q?Style(=E4=BA=91=E7=81=B5AI):=E5=BC=80?= =?UTF-8?q?=E6=94=BE=E4=BB=A5=E5=9B=BE=E6=90=9C=E5=95=86=E5=93=81=E5=85=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aiChat/mixins/chatMixinsV2.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/aiChat/mixins/chatMixinsV2.js b/aiChat/mixins/chatMixinsV2.js index 661510c..1dc03af 100644 --- a/aiChat/mixins/chatMixinsV2.js +++ b/aiChat/mixins/chatMixinsV2.js @@ -35,8 +35,7 @@ export const chatMixinsV2 = { type: 'prompt', prompt: '帮我查询我的待发货、待收货订单信息', url: '' - } - /* + }, { icon: 'icon-52', text: '拍照识图', @@ -44,7 +43,6 @@ export const chatMixinsV2 = { prompt: '', url: '/aiChat/views/imageRecognition' } - */ ]), scrollData: {}, scrollTop: 0,