chore: 去除测试内容

This commit is contained in:
huangzhe
2025-08-04 09:55:28 +08:00
parent 8c5410b808
commit edb8459d4a

View File

@@ -40,17 +40,17 @@ export default {
action: () => {
console.log('普通办公室职员适合投保的产品有哪些?');
}
}, {
}, /* {
title: "年龄: 26岁, 性别: 男, 主要理财目标: 养老保障",
action: () => {
console.log('年龄: 26岁, 性别: 男, 主要理财目标: 养老保障');
}
}],
} */],
showAll: false, // 控制是否展示全部数据
}
},
created() {
this.getHotProducts()
// this.getHotProducts()
},
computed: {
displayedProducts() {