From 0dd37d509b9f62a0bc313fbeccd3ca5c7cd36e55 Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期三, 19 二月 2025 08:31:46 +0800 Subject: [PATCH] 特性、分类信息等修改 --- src/layout/components/Sidebar/menu.js | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/layout/components/Sidebar/menu.js b/src/layout/components/Sidebar/menu.js index 765898c..f86f3aa 100644 --- a/src/layout/components/Sidebar/menu.js +++ b/src/layout/components/Sidebar/menu.js @@ -130,6 +130,11 @@ meta: { title: '超期预警',icon: 'peoples',affix: true } }, { + path: '/avoidWarning', + name: 'avoidWarning', + meta: { title: '危化品相忌报警',icon: 'form',affix: true } + }, + { path: '/basicInfo', name: 'basicInfo', meta: { title: '危化品基础信息',icon: 'monitor',affix: true } @@ -212,6 +217,11 @@ meta: { title: '超期预警',icon: 'peoples',affix: true } }, { + path: '/avoidWarning', + name: 'avoidWarning', + meta: { title: '危化品相忌报警',icon: 'form',affix: true } + }, + { path: '/basicInfo', name: 'basicInfo', meta: { title: '危化品基础信息',icon: 'monitor',affix: true } -- Gitblit v1.9.2