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 | 21 +++------------------ 1 files changed, 3 insertions(+), 18 deletions(-) diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js index 8b055f2..c696e11 100644 --- a/ruoyi-ui/src/router/index.js +++ b/ruoyi-ui/src/router/index.js @@ -143,27 +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