|
|
@ -72,9 +72,13 @@ export function controlCamera(camId, cmdType) { |
|
|
|
*/ |
|
|
|
export async function getRoadInfoByStakeMark(stakeMarkId) { |
|
|
|
const stakeMarkInfo = await request({ |
|
|
|
url: `/business/stakeMark/${stakeMarkId}`, |
|
|
|
// url: `/business/stakeMark/${stakeMarkId}`,
|
|
|
|
url: `/business/stakeMark`, |
|
|
|
method: "get", |
|
|
|
// params
|
|
|
|
params: { |
|
|
|
id: stakeMarkId, |
|
|
|
direction: 1, |
|
|
|
}, |
|
|
|
}); |
|
|
|
|
|
|
|
if (!stakeMarkInfo.data?.sectionId) return {}; |
|
|
|