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 |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/billion-ui/src/router/index.js b/billion-ui/src/router/index.js
index 71907b6..1849928 100644
--- a/billion-ui/src/router/index.js
+++ b/billion-ui/src/router/index.js
@@ -135,6 +135,34 @@
     ]
   },
   {
+    path: '/main/route-data',
+    component: Layout,
+    hidden: true,
+    permissions: ['bs:routeChildInfo:list'],
+    children: [
+      {
+        path: 'index',
+        component: () => import('@/views/main/bs/routeChildInfo/index'),
+        name: 'Data',
+        meta: { title: '宸ヨ壓璺嚎璇︽儏', activeMenu: '/main/bs/routeChildInfo' }
+      }
+    ]
+  },
+  {
+    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