From 5d3e0be26b31f7d6d29b3281adcb201ec494a1c6 Mon Sep 17 00:00:00 2001 From: Tcsm <1377977403@qq.com> Date: 星期二, 22 八月 2023 12:51:12 +0800 Subject: [PATCH] 新增不同时显示“正在上传” --- ruoyi-ui/src/router/index.js | 102 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 101 insertions(+), 1 deletions(-) diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js index d2e7fb3..fddc8d5 100644 --- a/ruoyi-ui/src/router/index.js +++ b/ruoyi-ui/src/router/index.js @@ -112,6 +112,7 @@ } ] }, + //瀹跺涵璧勪骇绠$悊 { path: '/familymodel/Property', component: Layout, @@ -125,6 +126,23 @@ component: () => import('@/views/note/propertyInfo'), name: 'propertyInfo', meta: { title: '瀹跺涵璧勪骇璇︾粏淇℃伅', activeMenu: '/familymodel/zfProperty' } + } + ] + }, + //瀹跺涵璧勪骇绠$悊澶囧繕鏈� + { + path: '/familymodel/Property', + component: Layout, + hidden: true, + permissions: ['familymodel:property:memo'], + + + children: [ + { + path: 'memo/:id(\\d+)', + component: () => import('@/views/note/memo'), + name: 'memo', + meta: { title: '瀹跺涵璧勪骇澶囧繕鏈�', activeMenu: '/familymodel/zfProperty' } } ] }, @@ -176,6 +194,23 @@ component: () => import('@/views/device/equipmentInfo'), name: 'equipmentInfo', meta: { title: '瀹跺涵璁惧璇︾粏淇℃伅',activeMenu: '/familymodel/zfDevice'} + } + ] + }, + //瀹跺涵璁惧澶囧繕鏈� + { + path: '/familymodel/Device', + component: Layout, + // permissions: [], + hidden: true, + permissions: ['familymodel:device:memo'], + + children: [ + { + path: 'memo/:id(\\d+)', + component: () => import('@/views/device/memo'), + name: 'memo', + meta: { title: '瀹跺涵璁惧澶囧繕鏈�',activeMenu: '/familymodel/zfDevice'} } ] }, @@ -392,6 +427,21 @@ } ] }, + //鏌ョ湅鏃呮父缁忓巻璇︽儏 + { + path: '/self/travel', + component: Layout, + hidden: true, + permissions: ['person:travelbase:info'], + children: [ + { + path: 'travelInfo/:id', + component: () => import('@/views/travel/travelInfo'), + name: 'show', + meta: { title: '鏌ョ湅鏃呮父缁忓巻璇︽儏',activeMenu: '/geren/Ztravel'} + } + ] + }, //涓汉璐骇 { path: '/self/selfeconomy', @@ -409,7 +459,23 @@ } ] }, + //璐骇澶囧繕鏈� + { + path: '/self/selfeconomy', + component: Layout, + // permissions: [], + hidden: true, + permissions: ['person:selfeconomy:memo'], + children: [ + { + path: 'memo/:id(\\d+)', + component: () => import('@/views/selfeconomy/memo'), + name: 'memo', + meta: { title: '璐骇澶囧繕鏈�',activeMenu: '/self/zProperty'} + } + ] + }, //鐧惧勾蹇冩効 { path: '/self/wish', @@ -444,13 +510,30 @@ } ] }, + //骞村害鍋ュ悍妫�鏌ユ姤鍛� + { + path: '/self/healthy', + component: Layout, + permissions: ['person:healthy:healthYear'], + + hidden: true, + children: [ + { + path: 'healthYear/:id(\\d+)', + component: () => import('@/views/healthy/healthYear'), + name: 'healthYear', + meta: { title: '骞村害鍋ュ悍鎶ュ憡'} + } + ] + }, + //钘忓績瀵嗚 { path: '/self/secret', component: Layout, // permissions: [], hidden: true, - permissions: ['self:secret:info'], + permissions: ['person:secret:info'], children: [ { @@ -461,6 +544,23 @@ } ] }, + //闅愮澶囧繕鏈� + { + path: '/self/secret', + component: Layout, + // permissions: [], + hidden: true, + permissions: ['person:secret:memo'], + + children: [ + { + path: 'memo/:id(\\d+)', + component: () => import('@/views/secret/memo'), + name: 'memo', + meta: { title: '闅愮澶囧繕鏈�',activeMenu: '/self/zsecret'} + } + ] + }, { path: '/system/role-auth', component: Layout, -- Gitblit v1.9.1