修改路由配置
This commit is contained in:
@@ -25,30 +25,6 @@ import Layout from '@/layout'
|
||||
|
||||
// 公共路由 - 所有用户均可访问的路由
|
||||
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',
|
||||
|
||||
Reference in New Issue
Block a user