From cb62f9fe04c98c30434bb4a3a20bafb57c231ebb Mon Sep 17 00:00:00 2001
From: Tcsm <1377977403@qq.com>
Date: 星期二, 05 九月 2023 15:13:56 +0800
Subject: [PATCH] 1.成长经历阅历证件情况可以输入或选择,已改为“持有证件情况” 2.家谱样式调整和两个名字互换位置 3.更新了首页背景图片
---
ruoyi-ui/src/router/index.js | 123 ++++++++++++++++++++++++++++++++++++++++
1 files changed, 121 insertions(+), 2 deletions(-)
diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js
index e7f75b4..b4a48e2 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'}
}
]
},
@@ -241,10 +276,44 @@
children: [
{
- path: 'petInfo/:pid(\\d+)',
+ path: 'petInfo/:id(\\d+)',
component: () => import('@/views/pet/petInfo'),
name: 'petInfo',
meta: { title: '榄呭疇璇︾粏淇℃伅',activeMenu: '/familymodel/zfPetNote'}
+ }
+ ]
+ },
+ //榄呭疇澶囧繕鏈�
+ {
+ path: '/familymodel/pet',
+ component: Layout,
+ // permissions: [],
+ hidden: true,
+ permissions: ['familymodel:pet:petnote'],
+
+ children: [
+ {
+ path: 'petnote/:id(\\d+)',
+ component: () => import('@/views/pet/petnote'),
+ name: 'petnote',
+ meta: { title: '榄呭疇澶囧繕鏈�',activeMenu: '/familymodel/zfPetNote'}
+ }
+ ]
+ },
+ //榄呭疇澶囧繕鏈鎯�
+ {
+ path: '/familymodel/pet',
+ component: Layout,
+ // permissions: [],
+ hidden: true,
+ permissions: ['familymodel:pet:noteInfo'],
+
+ children: [
+ {
+ path: 'noteInfo/:id(\\d+)',
+ component: () => import('@/views/pet/noteInfo'),
+ name: 'petnote',
+ meta: { title: '澶囧繕鏈鎯�',activeMenu: '/familymodel/zfPetNote'}
}
]
},
@@ -370,7 +439,7 @@
hidden: true,
children: [
{
- path: 'edit/:id(\\d+)',
+ path: 'edit/:id',
component: () => import('@/views/travel/edit'),
name: 'edit',
meta: { title: '缂栬緫',activeMenu: '/geren/Ztravel'}
@@ -424,7 +493,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',
@@ -459,6 +544,23 @@
}
]
},
+ //骞村害鍋ュ悍妫�鏌ユ姤鍛�
+ {
+ 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',
@@ -476,6 +578,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