From 6de4ec8ac6822f22745c9bd059487a743e836e02 Mon Sep 17 00:00:00 2001
From: Tcsm <1377977403@qq.com>
Date: 星期三, 12 四月 2023 00:04:07 +0800
Subject: [PATCH] 4.12日提交通讯录模块和成长经历模块

---
 ruoyi-ui/src/router/index.js |   23 +++--------------------
 1 files changed, 3 insertions(+), 20 deletions(-)

diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js
index d4f2436..c696e11 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,29 +143,12 @@
       }
     ]
   },
-  //瀹跺涵璁惧璇︽儏椤�
-  {
-    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',
+    path: '/self/self',
     component: Layout,
-    permissions: ['self:self:list'],
+    permissions: ['person:information:edit'],
 
     hidden: true,
     children: [

--
Gitblit v1.9.1