From 0a328ceeefff94c84b8978849dd51792c18948f1 Mon Sep 17 00:00:00 2001
From: linwenling <3256558519@qq.com>
Date: 星期二, 25 四月 2023 17:50:58 +0800
Subject: [PATCH] 新增家庭收支台账

---
 ruoyi-ui/src/router/index.js |   51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 51 insertions(+), 0 deletions(-)

diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js
index c5e21f4..b0f46b9 100644
--- a/ruoyi-ui/src/router/index.js
+++ b/ruoyi-ui/src/router/index.js
@@ -179,6 +179,57 @@
       }
     ]
   },
+  //瀹跺涵鏀舵敮鍙拌处
+  {
+    path: '/familymodel/economy',
+    component: Layout,
+    // permissions: [],
+    hidden: true,
+    permissions: ['familymodel:economy:info'],
+
+    children: [
+      {
+        path: 'economyInfo/:id(\\d+)',
+        component: () => import('@/views/economy/economyInfo'),
+        name: 'economyInfo',
+        meta: { title: '瀹跺涵鏀舵敮鍙拌处鏌ヨ璇︽儏',activeMenu: '/familymodel/zfEconomy'}
+      }
+    ]
+  },
+  //鏀惰棌鍜岃崳瑾�
+  {
+    path: '/familymodel/Collection',
+    component: Layout,
+    // permissions: [],
+    hidden: true,
+    permissions: ['familymodel:collection:info'],
+
+    children: [
+      {
+        path: 'collectionInfo/:id(\\d+)',
+        component: () => import('@/views/collection/collectionInfo'),
+        name: 'collectionInfo',
+        meta: { title: '鏀惰棌涓庤崳瑾夋煡璇㈣鎯�',activeMenu: '/familymodel/zfCollection'}
+      }
+    ]
+  },
+  //瀹跺涵灏忓尰鐢�
+  {
+    path: '/familymodel/Doctor',
+    component: Layout,
+    // permissions: [],
+    hidden: true,
+    permissions: ['familymodel:doctor:info'],
+    children: [
+      {
+        path: 'doctorInfo/:id(\\d+)',
+        component: () => import('@/views/doctor/doctorInfo'),
+        name: 'doctorInfo',
+        meta: { title: '灏卞尰璁板綍鏌ヨ璇︽儏',activeMenu: '/familymodel/zfDoctor'}
+      }
+    ]
+  },
+
   //缂栬緫涓汉淇℃伅
   {
     path: '/self/self',

--
Gitblit v1.9.1