From 8494738306fa1796d1f3680511ce9a5ad67436ac Mon Sep 17 00:00:00 2001
From: admin <15939171744@163.com>
Date: 星期六, 23 十一月 2024 15:35:36 +0800
Subject: [PATCH] -工艺路线

---
 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 71907b6..93cde3f 100644
--- a/billion-ui/src/router/index.js
+++ b/billion-ui/src/router/index.js
@@ -135,6 +135,20 @@
     ]
   },
   {
+    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: '/monitor/job-log',
     component: Layout,
     hidden: true,

--
Gitblit v1.9.3