From c5f52fdfb3b6447a1f4f5f00f362e9654d70dfcc Mon Sep 17 00:00:00 2001 From: hdy <1105738590@qq.com> Date: 星期三, 27 十一月 2024 10:17:56 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- billion-ui/src/router/index.js | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/billion-ui/src/router/index.js b/billion-ui/src/router/index.js index 93cde3f..1849928 100644 --- a/billion-ui/src/router/index.js +++ b/billion-ui/src/router/index.js @@ -149,6 +149,20 @@ ] }, { + path: '/main/bom-data', + component: Layout, + hidden: true, + permissions: ['bs:bomChildInfo:list'], + children: [ + { + path: 'index', + component: () => import('@/views/main/bs/bomChildInfo/index'), + name: 'Data', + meta: { title: 'BOM瀛愪欢淇℃伅', activeMenu: '/main/bs/bomChildInfo' } + } + ] + }, + { path: '/monitor/job-log', component: Layout, hidden: true, -- Gitblit v1.9.3