From 0bc2784f60f30108cf6fa133b774703bda861721 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Thu, 13 Feb 2025 16:56:35 +0800
Subject: [PATCH] 特性、分类信息等修改
---
src/router/index.js | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index a3afac9..83033f8 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -258,6 +258,18 @@
name: 'config',
meta: { title: '企业配置',icon: 'form'}
},
+ {
+ path: 'characteristic',
+ component: () => import('@/views/hazardousChemicals/systemManage/characteristic/index.vue'),
+ name: 'characteristic',
+ meta: { title: '危化品特性管理',icon: 'form'}
+ },
+ {
+ path: 'classifyInfoTable',
+ component: () => import('@/views/hazardousChemicals/systemManage/classifyInfoTable/index.vue'),
+ name: 'classifyInfoTable',
+ meta: { title: '危化品分类信息表',icon: 'form'}
+ },
]
},
--
Gitblit v1.9.2