From b3ddacf9a9742276e76c0aa8bfa67fcdd6e1d7fe Mon Sep 17 00:00:00 2001 From: linwenling <3256558519@qq.com> Date: 星期二, 08 八月 2023 19:09:50 +0800 Subject: [PATCH] 新增 财产备忘本 --- ruoyi-ui/src/router/index.js | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js index e75963b..fc2a3de 100644 --- a/ruoyi-ui/src/router/index.js +++ b/ruoyi-ui/src/router/index.js @@ -424,7 +424,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', -- Gitblit v1.9.1