From 0c9fec65930ba20810d208946c52a72cfc140651 Mon Sep 17 00:00:00 2001
From: feige <feige@qq.com>
Date: 星期日, 09 四月 2023 11:29:51 +0800
Subject: [PATCH] 上传bigdata的svg

---
 ruoyi-ui/src/router/index.js |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js
index 73e7673..d4f2436 100644
--- a/ruoyi-ui/src/router/index.js
+++ b/ruoyi-ui/src/router/index.js
@@ -143,6 +143,23 @@
       }
     ]
   },
+  //瀹跺涵璁惧璇︽儏椤�
+  {
+    path: '/jiatingshebei/device',
+    component: Layout,
+    // permissions: [],
+    permissions: ['jiatingshebei:device:list'],
+    hidden: true,
+    children: [
+      {
+        path: 'equipmentInfo/:id(\\d+)',
+        component: () => import('@/views/device/equipmentInfo'),
+        name: 'equipmentInfo',
+        meta: { title: '鏌ヨ璇︽儏'}
+      }
+    ]
+  },
+
 
   //缂栬緫涓汉淇℃伅
   {

--
Gitblit v1.9.1