fix: 去除接口测试数据

This commit is contained in:
张云杰 2025-11-09 22:26:35 +08:00
parent ccdb2ac1f3
commit 4c582da621
2 changed files with 17 additions and 17 deletions

View File

@ -176,11 +176,11 @@ const getCaseData = async () => {
caseList.value = resLs
} else {
caseList.value = [
{
name: '某科技园区智能管理系统',pic: 'https://picsum.photos/id/42/600/400',
remark: '为占地500亩的科技园区提供了全套智能管理解决方案包括智能安防、停车管理、能源监控等系统。',
typeName: '智慧园区',typeId: 1
} //
// {
// name: '',pic: 'https://picsum.photos/id/42/600/400',
// remark: '500',
// typeName: '',typeId: 1
// } //
]
}
}

View File

@ -111,14 +111,14 @@ const getCommentData = async () => {
commentList.value = resLs
} else {
commentList.value = [
{
id: 1790,
name: '张经理',avatar: 'https://picsum.photos/id/64/100/100',
remark: '某科技园区',
starShow: 5,
starShowHalf: false,
content: '"明君科技为我们园区提供的智能管理系统非常出色,不仅提升了管理效率,也为入驻企业提供了更好的服务体验。他们的技术团队专业且负责,值得信赖。"',star: 4.5
} //
// {
// id: 1790,
// name: '',avatar: 'https://picsum.photos/id/64/100/100',
// remark: '',
// starShow: 5,
// starShowHalf: false,
// content: '""',star: 4.5
// } //
]
}
}