From 0307175c4c3631fe68b4d0a3a921bc56678ba68b Mon Sep 17 00:00:00 2001 From: ZengTao <2773468879@qq.com> Date: 星期二, 03 十二月 2024 09:13:42 +0800 Subject: [PATCH] Merge branch 'master' of http://bore.pub:10439/r/HangZhouMes --- UI-Project/src/router/index.js | 50 +++++++++++++++++++++++++++++++++----------------- 1 files changed, 33 insertions(+), 17 deletions(-) diff --git a/UI-Project/src/router/index.js b/UI-Project/src/router/index.js index 1d85910..73a2754 100644 --- a/UI-Project/src/router/index.js +++ b/UI-Project/src/router/index.js @@ -95,13 +95,18 @@ /*----------- 鎺扮墖/璇嗗埆 ----------------*/ { path: 'Identify', - name: 'Identify', - component: () => import('../views/Identify/identify.vue'), - children:[ + name: 'ident', + component: () => import('../views/Identify/ident.vue'), + children: [ { path: '/Identify/identify', name: 'identify', component: () => import('../views/Identify/identify.vue') + }, + { + path: '/Identify/identifwu', + name: 'identifwu', + component: () => import('../views/Identify/identifwu.vue') }, ] }, @@ -121,6 +126,11 @@ name: 'cachingun', component: () => import('../views/Caching/cachingun.vue') }, + { + path: '/Caching/cachingyiwu', + name: 'cachingyiwu', + component: () => import('../views/Caching/cachingyiwu.vue') + }, ] }, /*----------- 纾ㄨ竟锛堝喎鍔犲伐锛� ----------------*/ @@ -138,6 +148,11 @@ path: '/StockBasicData/stockBasicDatatwo', name: 'stockBasicDatatwo', component: () => import('../views/StockBasicData/stockBasicDatatwo.vue') + }, + { + path: '/StockBasicData/stockBasicyiwu', + name: 'stockBasicyiwu', + component: () => import('../views/StockBasicData/stockBasicyiwu.vue') }, ] }, @@ -283,7 +298,7 @@ path: 'reportWork', name: 'reportWork', component: () => import('../views/ReportWork/reportWork.vue'), - children:[ + children: [ { path: '/ReportWork/reportWork', name: 'reportWork', @@ -291,19 +306,20 @@ }, ] }, - /*----------- 鎶ヨ〃绠$悊 ----------------*/ - { - path: 'reportmanage', - name: 'reportmanage', - component: () => import('../views/Reportmanage/reportmanage.vue'), - children:[ - { - path: '/Reportmanage/reportmanage', - name: 'reportmanage', - component: () => import('../views/Reportmanage/reportmanage.vue') - }, - ] - }, + + /*----------- 涓┖ ----------------*/ + { + path: 'hollow', + name: 'hollowequipment', + component: () => import('../views/hollow/hollowequipment.vue'), + children: [ + { + path: '/hollow/hollowequipment', + name: 'hollowequipment', + component: () => import('../views/hollow/hollowequipment.vue') + }, + ] + }, /*----------- 绠$悊绯荤粺 ----------------*/ { path: 'sys', -- Gitblit v1.8.0