Style(云灵AI):界面调整,屏蔽以图搜商品入口
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user