人员定位菜单

pull/1/head
dearlin 2024-02-21 10:41:40 +08:00
parent 0b5ab067fd
commit 287201927d
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ export const MODEL = {
3: "highRisk",
4: "monitor",
5: "comprehensive",
6: "positioning",
};
// 头部导航条
export const MENU = [
@ -15,6 +16,7 @@ export const MENU = [
{ title: "高危作业管理", model: MODEL["3"] },
{ title: "监测预警", model: MODEL["4"] },
{ title: "综合管理", model: MODEL["5"] },
{ title: "人员定位", model: MODEL["6"] },
];
export const PRINT_STYLE =