专家跳转详情页,经纪人查看服务的需求

This commit is contained in:
quantulr
2024-03-07 17:24:19 +08:00
parent 44cf0a8488
commit fb6a5a7233
9 changed files with 404 additions and 119 deletions

View File

@ -39,8 +39,11 @@ export function technologyProjectDetail(id) {
export function technologyProjectDelete(ids) {
return request({
url: `/business/technologyProject/${ids}`,
url: `/business/technologyProject`,
method: "DELETE",
data: {
ids
}
});
}