From 2adda5537ed677cb5b3a5a0ff434f2da92e87bf3 Mon Sep 17 00:00:00 2001 From: pyt <626651354@qq.com> Date: 星期一, 24 三月 2025 16:36:09 +0800 Subject: [PATCH] Merge branch 'main' of http://120.76.84.145:10101/gitblit/r/H5/chongzhouResettle --- src/router/index.js | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 52 insertions(+), 2 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 31c5844..d82d6bb 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -91,11 +91,36 @@ path: 'addResettle', component: () => import('@/views/placement-batch/addResettle'), name: 'AddResettle', + meta: { title: '新增安置户信息', activeMenu: '/placement-batch/list' } + } + ] + }, + { + path: '/placement/batch', + component: Layout, + hidden: true, + children: [ + { + path: 'editResettle', + component: () => import('@/views/placement-batch/addResettle'), + name: 'editResettle', meta: { title: '编辑安置户信息', activeMenu: '/placement-batch/list' } } ] }, - + { + path: '/placement/batch', + component: Layout, + hidden: true, + children: [ + { + path: 'resettleDetail', + component: () => import('@/views/placement-batch/addResettle'), + name: 'ResettleDetail', + meta: { title: '安置户信息详情', activeMenu: '/placement-batch/list' } + } + ] + }, { path: '/placement/batch', component: Layout, @@ -109,7 +134,32 @@ } ] }, - + { + path: '/placement/batch', + component: Layout, + hidden: true, + children: [ + { + path: 'editApplayPerson', + component: () => import('@/views/placement-batch/applayPerson'), + name: 'EditApplayPerson', + meta: { title: '编辑安置户申请详情', activeMenu: '/placement-batch/list' } + } + ] + }, + { + path: '/placement/batch', + component: Layout, + hidden: true, + children: [ + { + path: 'applayPersonDetail', + component: () => import('@/views/placement-batch/applayPerson'), + name: 'applayPersonDetail', + meta: { title: '安置户申请详情', activeMenu: '/placement-batch/list' } + } + ] + }, // { // path: '/user', -- Gitblit v1.7.1