Style(云灵AI):界面调整,屏蔽以图搜商品入口

This commit is contained in:
lifizer
2026-05-06 11:50:48 +08:00
parent 69e5ba0169
commit ced676832e
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -35,7 +35,8 @@ export const chatMixinsV2 = {
type: 'prompt', type: 'prompt',
prompt: '帮我查询我的待发货、待收货订单信息', prompt: '帮我查询我的待发货、待收货订单信息',
url: '' url: ''
}, }
/*
{ {
icon: 'icon-52', icon: 'icon-52',
text: '拍照识图', text: '拍照识图',
@@ -43,6 +44,7 @@ export const chatMixinsV2 = {
prompt: '', prompt: '',
url: '/aiChat/views/imageRecognition' url: '/aiChat/views/imageRecognition'
} }
*/
]), ]),
scrollData: {}, scrollData: {},
scrollTop: 0, scrollTop: 0,
+1 -1
View File
@@ -130,7 +130,7 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.image-recognition-result-page { .image-recognition-result-page {
min-height: 100vh; min-height: 100vh;
background: #F5F8FF; background: #fff;
.page-body { .page-body {
min-height: 100vh; min-height: 100vh;