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

@ -41,4 +41,8 @@ export const deleteSafehatFence = (params: {}) => {
// 智能安全帽--添加围栏
export const addSafeHatPositionFence = (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",
name: "智能安全帽",
component: () => import("@/views/sevenLargeScreen/digitalConstruction/smartSafeHat/index.vue")
}
},
],
meta: {
title: "数字化项目监管平台"