From 0dd37d509b9f62a0bc313fbeccd3ca5c7cd36e55 Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期三, 19 二月 2025 08:31:46 +0800 Subject: [PATCH] 特性、分类信息等修改 --- src/router/index.js | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 83033f8..d963cbf 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -183,6 +183,19 @@ ] }, { + path: '/avoidWarning', + component: Layout, + redirect: '/avoidWarning', + children: [ + { + path: '/avoidWarning', + component: () => import('@/views/hazardousChemicals/avoidWarning/index.vue'), + name: 'avoidWarning', + meta: { title: '危化品相忌报警',icon: 'form', affix: true } + } + ] + }, + { path: '/basicInfo', component: Layout, redirect: '/basicInfo', -- Gitblit v1.9.2