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