From 815ecdda5cc9a89cf4d35e3a085617fd94f3e313 Mon Sep 17 00:00:00 2001
From: feige <feige@qq.com>
Date: 星期二, 25 四月 2023 09:22:45 +0800
Subject: [PATCH] Merge branch 'master' of http://47.93.189.255:8099/r/zhangshi_app_web
---
ruoyi-ui/src/router/index.js | 34 ++++++++++++++++++++++++++++++++++
1 files changed, 34 insertions(+), 0 deletions(-)
diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js
index c5e21f4..b16077c 100644
--- a/ruoyi-ui/src/router/index.js
+++ b/ruoyi-ui/src/router/index.js
@@ -179,6 +179,40 @@
}
]
},
+ //鏀惰棌鍜岃崳瑾�
+ {
+ 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