fix: 修改安全帽围栏信息

This commit is contained in:
Vce 2024-03-28 09:48:45 +08:00
parent d568e2924f
commit b602a446ee
2 changed files with 6 additions and 1 deletions

View File

@ -42,3 +42,7 @@ export const deleteSafehatFence = (params: {}) => {
export const addSafeHatPositionFence = (params: {}) => { export const addSafeHatPositionFence = (params: {}) => {
return http.post(BASEURL + `/xmgl/safetyHatFence/add`, params); return http.post(BASEURL + `/xmgl/safetyHatFence/add`, params);
}; };
// 智能安全帽--查询围栏内人员信息
export const getFencePersonApi = (params: {}) => {
return http.get(BASEURL + `/xmgl/safetyHatFence/list`, params);
};

View File

@ -263,7 +263,8 @@ export const staticRouter: RouteRecordRaw[] = [
path: "/smartSafeHat", path: "/smartSafeHat",
name: "智能安全帽", name: "智能安全帽",
component: () => import("@/views/sevenLargeScreen/digitalConstruction/smartSafeHat/index.vue") component: () => import("@/views/sevenLargeScreen/digitalConstruction/smartSafeHat/index.vue")
} },
], ],
meta: { meta: {
title: "数字化项目监管平台" title: "数字化项目监管平台"