From fa2bbe82b73ff975f520caf8f9d32b2c98c7bd56 Mon Sep 17 00:00:00 2001 From: Tcsm <1377977403@qq.com> Date: 星期日, 17 九月 2023 23:49:20 +0800 Subject: [PATCH] 完善成长经历阅历,解决折叠面板文字重叠,自传的新增样式已修改,自传已可以成功修改内容 --- ruoyi-ui/src/router/index.js | 23 +++++++++++++++++++++-- 1 files changed, 21 insertions(+), 2 deletions(-) diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js index b4a48e2..d438fa9 100644 --- a/ruoyi-ui/src/router/index.js +++ b/ruoyi-ui/src/router/index.js @@ -1,5 +1,7 @@ import Vue from 'vue' import Router from 'vue-router' +import Index from '@/views/index'; // 棣栭〉缁勪欢 +import OtherPage from '@/views/shouye/shouye'; // 瑕佽烦杞殑椤甸潰缁勪欢 Vue.use(Router) @@ -76,7 +78,7 @@ component: () => import('@/views/index'), name: 'Index', meta: { title: '棣栭〉', icon: 'dashboard', affix: true } - } + }, ] }, @@ -93,7 +95,8 @@ meta: { title: '涓汉涓績', icon: 'user' } } ] - } + }, + ] // 鍔ㄦ�佽矾鐢憋紝鍩轰簬鐢ㄦ埛鏉冮檺鍔ㄦ�佸幓鍔犺浇 @@ -112,6 +115,22 @@ } ] }, + //棣栭〉閫氱煡璇︽儏 + { + path:'/dashboard', + component:Layout, + hidden: true, + permissions: ['familymodel:property:info'], + + children: [ + { + path: 'shouye/:id(\\d+)', + component: () => import('@/views/shouye/shouye'), + name: 'shouye', + meta: { title: '閫氱煡璇︽儏' } + } + ] + }, //瀹跺涵璧勪骇绠$悊 { path: '/familymodel/Property', -- Gitblit v1.9.1