fix: 修改安全帽围栏信息
This commit is contained in:
parent
d568e2924f
commit
b602a446ee
@ -41,4 +41,8 @@ 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);
|
||||||
};
|
};
|
||||||
@ -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: "数字化项目监管平台"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user