mirror of
http://112.124.100.131/ebiz-ai/ebiz-base-ai.git
synced 2025-12-09 10:56:50 +08:00
chore: 去除测试内容
This commit is contained in:
@@ -40,17 +40,17 @@ export default {
|
|||||||
action: () => {
|
action: () => {
|
||||||
console.log('普通办公室职员适合投保的产品有哪些?');
|
console.log('普通办公室职员适合投保的产品有哪些?');
|
||||||
}
|
}
|
||||||
}, {
|
}, /* {
|
||||||
title: "年龄: 26岁, 性别: 男, 主要理财目标: 养老保障",
|
title: "年龄: 26岁, 性别: 男, 主要理财目标: 养老保障",
|
||||||
action: () => {
|
action: () => {
|
||||||
console.log('年龄: 26岁, 性别: 男, 主要理财目标: 养老保障');
|
console.log('年龄: 26岁, 性别: 男, 主要理财目标: 养老保障');
|
||||||
}
|
}
|
||||||
}],
|
} */],
|
||||||
showAll: false, // 控制是否展示全部数据
|
showAll: false, // 控制是否展示全部数据
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
this.getHotProducts()
|
// this.getHotProducts()
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
displayedProducts() {
|
displayedProducts() {
|
||||||
|
|||||||
Reference in New Issue
Block a user