门诊医生排班->科室名称管理后端接口,前端基础页面
This commit is contained in:
@@ -26,6 +26,21 @@ import Layout from '@/layout'
|
||||
|
||||
// 公共路由
|
||||
export const constantRoutes = [
|
||||
{
|
||||
path: '/appoinmentmanage',
|
||||
component: Layout,
|
||||
redirect: '/appoinmentmanage',
|
||||
name: 'AppoinmentManage',
|
||||
meta: { title: '预约管理', icon: 'component' },
|
||||
children: [
|
||||
{
|
||||
path: '',
|
||||
component: () => import('@/views/appoinmentmanage/index.vue'),
|
||||
name: 'AppoinmentManageIndex',
|
||||
meta: { title: '预约管理' }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/redirect',
|
||||
component: Layout,
|
||||
|
||||
Reference in New Issue
Block a user