From d3be2a8f2a40a72b0ef7167d1692d09f56ad4a24 Mon Sep 17 00:00:00 2001 From: wangpeng Date: Thu, 22 Feb 2024 16:18:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E7=B3=BB=E7=BB=9F=E4=B8=BB?= =?UTF-8?q?=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/js/constant.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/assets/js/constant.js b/src/assets/js/constant.js index 24b68cd..6b4b2b0 100644 --- a/src/assets/js/constant.js +++ b/src/assets/js/constant.js @@ -2,18 +2,18 @@ // 头部导航条切换的model export const MODEL = { - 1: "prevention", - 2: "educationAndTraining", - 3: "highRisk", - 4: "monitor", + 1: "corpManagement", + 2: "mechanicalMaintenanceArchives", + 3: "prevention", + 4: "educationAndTraining", 5: "comprehensive", }; // 头部导航条 export const MENU = [ - { title: "双重预防", model: MODEL["1"] }, - { title: "教育培训", model: MODEL["2"] }, - { title: "高危作业管理", model: MODEL["3"] }, - { title: "监测预警", model: MODEL["4"] }, + { title: "企业信息", model: MODEL["1"] }, + { title: "机务档案", model: MODEL["2"] }, + { title: "双重预防", model: MODEL["3"] }, + { title: "教育培训", model: MODEL["4"] }, { title: "综合管理", model: MODEL["5"] }, ];