From fc170894cc6148e7b865d315c9369b5baa2c804a Mon Sep 17 00:00:00 2001 From: Joe <1712833832@qq.com> Date: Thu, 18 Jan 2024 20:16:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E6=AE=B5=E8=B7=AF=E5=BE=84=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/Home/components/RoadAndEvents/utils/httpList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/RoadAndEvents/utils/httpList.js b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/RoadAndEvents/utils/httpList.js index 47cb9d6a..d065e351 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/RoadAndEvents/utils/httpList.js +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/RoadAndEvents/utils/httpList.js @@ -74,7 +74,7 @@ export function controlCamera(camId, cmdType) { export async function getRoadInfoByStakeMark(stakeMarkId) { const stakeMarkInfo = await request({ // url: `/business/stakeMark/${stakeMarkId}`, - url: `/business/stakeMark`, + url: `/business/stakeMark/query`, method: "get", params: { id: stakeMarkId,