bug fixed
This commit is contained in:
@ -91,6 +91,13 @@ export function searchAchievementDetail(id) {
|
||||
method: "get",
|
||||
});
|
||||
}
|
||||
// 客户端实验室搜索结果详情
|
||||
export function searchLaboratoryDetail(id) {
|
||||
return request({
|
||||
url: `/search/laboratory/${id}`,
|
||||
method: "get",
|
||||
});
|
||||
}
|
||||
// 客户端专家搜索结果详情
|
||||
export function searchExpertDetail(id) {
|
||||
return request({
|
||||
@ -222,3 +229,10 @@ export function countAchievementByArea(cityCode) {
|
||||
},
|
||||
});
|
||||
}
|
||||
// 获取尾部导航
|
||||
export function getCasNavigation() {
|
||||
return request({
|
||||
url: "/app/about/getCasNavigation",
|
||||
method: "get",
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user