From 0bc2784f60f30108cf6fa133b774703bda861721 Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期四, 13 二月 2025 16:56:35 +0800 Subject: [PATCH] 特性、分类信息等修改 --- src/router/index.js | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 59 insertions(+), 0 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 00443bb..83033f8 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -118,6 +118,32 @@ ] }, { + path: '/whRawDetail', + component: Layout, + redirect: '/whRawDetail', + children: [ + { + path: '/whRawDetail', + component: () => import('@/views/hazardousChemicals/warehouseManage/components/rawDetail.vue'), + name: 'whRawDetail', + meta: { title: '危化品详情',icon: 'form', affix: true } + } + ] + }, + { + path: '/whProDetail', + component: Layout, + redirect: '/whProDetail', + children: [ + { + path: '/whProDetail', + component: () => import('@/views/hazardousChemicals/warehouseManage/components/proDetail.vue'), + name: 'whProDetail', + meta: { title: '成品详情',icon: 'form', affix: true } + } + ] + }, + { path: '/accessRecords', component: Layout, redirect: '/accessRecords', @@ -183,6 +209,20 @@ ] }, { + path: '/homePageIndex', + component: Layout, + redirect: '/homePageIndex', + meta: { title: '首页'}, + children: [ + { + path: 'homePageIndex', + component: () => import('@/views/hazardousChemicals/homePage/index.vue'), + name: 'homePageIndex', + meta: { title: '工作台',icon: 'form'} + }, + ] + }, + { path: '/systemManage', component: Layout, redirect: '/systemManage/warehouse', @@ -212,6 +252,25 @@ name: 'department', meta: { title: '部门管理',icon: 'form'} }, + { + path: 'config', + component: () => import('@/views/hazardousChemicals/systemManage/config/index.vue'), + 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