From 25ddd158fa9be7784c5b513bd3f7f8290e372b7f Mon Sep 17 00:00:00 2001 From: linwenling <3256558519@qq.com> Date: 星期二, 11 四月 2023 20:27:53 +0800 Subject: [PATCH] 提交图标,更改大事记、设备、家庭资产样式 --- ruoyi-ui/src/router/index.js | 21 ++------------------- 1 files changed, 2 insertions(+), 19 deletions(-) diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js index b3ba839..c696e11 100644 --- a/ruoyi-ui/src/router/index.js +++ b/ruoyi-ui/src/router/index.js @@ -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