From 90df755d258da3864af193b61ef94267dc540e10 Mon Sep 17 00:00:00 2001
From: linwenling <3256558519@qq.com>
Date: 星期六, 08 四月 2023 21:56:41 +0800
Subject: [PATCH] 新增家庭设备页面

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

diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js
index 73e7673..8b055f2 100644
--- a/ruoyi-ui/src/router/index.js
+++ b/ruoyi-ui/src/router/index.js
@@ -121,7 +121,7 @@
     children: [
       {
         path: 'propertyInfo/:id(\\d+)',
-        component: () => import('@/views/note/propertylnfo'),
+        component: () => import('@/views/note/propertyInfo'),
         name: 'propertyInfo',
         meta: { title: '鏌ヨ璇︽儏'}
       }
@@ -143,7 +143,22 @@
       }
     ]
   },
-
+  //瀹跺涵璁惧璇︽儏椤�
+  {
+    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: '鏌ヨ璇︽儏'}
+      }
+    ]
+  },
   //缂栬緫涓汉淇℃伅
   {
     path: '/self/user',

--
Gitblit v1.9.1