From 4829439b3c4d52ecee6e9858068552b2f9d8ac79 Mon Sep 17 00:00:00 2001 From: wuyouming666 <2265557248@qq.com> Date: 星期三, 17 七月 2024 14:17:34 +0800 Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/HangZhouMes --- UI-Project/src/router/index.js | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/UI-Project/src/router/index.js b/UI-Project/src/router/index.js index 030de26..d790e4b 100644 --- a/UI-Project/src/router/index.js +++ b/UI-Project/src/router/index.js @@ -259,6 +259,19 @@ }, ] }, + /*----------- 鎶ュ伐绠$悊 ----------------*/ + { + path: 'reportWork', + name: 'reportWork', + component: () => import('../views/ReportWork/reportWork.vue'), + children:[ + { + path: '/ReportWork/reportWork', + name: 'reportWork', + component: () => import('../views/ReportWork/reportWork.vue') + }, + ] + }, /*----------- 绠$悊绯荤粺 ----------------*/ { path: 'sys', -- Gitblit v1.8.0