修改路由配置

This commit is contained in:
2025-12-15 16:05:16 +08:00
parent fd1ab239a9
commit cf16c497bd

View File

@@ -25,30 +25,6 @@ import Layout from '@/layout'
// 公共路由 - 所有用户均可访问的路由 // 公共路由 - 所有用户均可访问的路由
export const constantRoutes = [ export const constantRoutes = [
// 预约管理路由
{
path: '/appoinmentmanage',
component: Layout,
redirect: '/appoinmentmanage/clinicRoom',
name: 'AppoinmentManageRoot',
meta: { title: '预约管理', icon: 'component' },
children: [
{
path: 'clinicRoom',
component: () => import('@/views/appoinmentmanage/clinicRoom/index.vue'),
name: 'ClinicRoom',
meta: { title: '门诊出诊医生诊室设置' }
},
{
path: 'doctorschedule/:deptId',
component: () => import('@/views/appoinmentmanage/doctorschedule/index.vue'),
name: 'DoctorSchedule',
hidden: true,
meta: { title: '医生排班' }
}
]
},
// 门诊医生站路由 // 门诊医生站路由
{ {
path: '/doctorstation', path: '/doctorstation',