Compare commits
2 Commits
85188651ca
...
e69f499ac0
| Author | SHA1 | Date | |
|---|---|---|---|
| e69f499ac0 | |||
| 3baf7161f1 |
@@ -99,90 +99,89 @@ export const constantRoutes = [
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
// 预约管理直接访问路由 - 兼容外部系统访问
|
// {
|
||||||
{
|
// path: '/reservationRecord2/appoinmentmanage',
|
||||||
path: '/reservationRecord2/appoinmentmanage',
|
// component: Layout,
|
||||||
component: Layout,
|
// hidden: true,
|
||||||
hidden: true,
|
// children: [
|
||||||
children: [
|
// {
|
||||||
{
|
// path: '',
|
||||||
path: '',
|
// component: () => import('@/views/appoinmentmanage/clinicRoom/index.vue'),
|
||||||
component: () => import('@/views/appoinmentmanage/clinicRoom/index.vue'),
|
// name: 'DirectClinicRoom',
|
||||||
name: 'DirectClinicRoom',
|
// meta: { title: '门诊出诊医生诊室设置' }
|
||||||
meta: { title: '门诊出诊医生诊室设置' }
|
// }
|
||||||
}
|
// ]
|
||||||
]
|
// }
|
||||||
}
|
|
||||||
]
|
]
|
||||||
|
|
||||||
// 动态路由 - 基于用户权限动态加载的路由
|
// 动态路由 - 基于用户权限动态加载的路由
|
||||||
export const dynamicRoutes = [
|
export const dynamicRoutes = [
|
||||||
// 基础管理路由
|
// 基础管理路由
|
||||||
{
|
// {
|
||||||
path: '/basicmanage',
|
// path: '/basicmanage',
|
||||||
component: Layout,
|
// component: Layout,
|
||||||
redirect: '/basicmanage/invoice-management',
|
// redirect: '/basicmanage/invoice-management',
|
||||||
name: 'BasicManage',
|
// name: 'BasicManage',
|
||||||
meta: { title: '基础管理', icon: 'component' },
|
// meta: { title: '基础管理', icon: 'component' },
|
||||||
children: [
|
// children: [
|
||||||
{
|
// {
|
||||||
path: 'invoice-management',
|
// path: 'invoice-management',
|
||||||
component: () => import('@/views/basicmanage/InvoiceManagement/index.vue'),
|
// component: () => import('@/views/basicmanage/InvoiceManagement/index.vue'),
|
||||||
name: 'invoice-management',
|
// name: 'invoice-management',
|
||||||
meta: { title: '发票管理' }
|
// meta: { title: '发票管理' }
|
||||||
}
|
// }
|
||||||
]
|
// ]
|
||||||
},
|
// },
|
||||||
// 兼容系统业务管理路径的发票管理路由
|
// 兼容系统业务管理路径的发票管理路由
|
||||||
{
|
// {
|
||||||
path: '/system/ywgz',
|
// path: '/system/ywgz',
|
||||||
component: Layout,
|
// component: Layout,
|
||||||
redirect: '/system/ywgz/InvoiceManagement',
|
// redirect: '/system/ywgz/InvoiceManagement',
|
||||||
hidden: true,
|
// hidden: true,
|
||||||
children: [
|
// children: [
|
||||||
{
|
// {
|
||||||
path: 'InvoiceManagement',
|
// path: 'InvoiceManagement',
|
||||||
component: () => import('@/views/basicmanage/InvoiceManagement/index.vue'),
|
// component: () => import('@/views/basicmanage/InvoiceManagement/index.vue'),
|
||||||
name: 'SystemInvoiceManagement',
|
// name: 'SystemInvoiceManagement',
|
||||||
meta: { title: '发票管理' }
|
// meta: { title: '发票管理' }
|
||||||
}
|
// }
|
||||||
]
|
// ]
|
||||||
},
|
// },
|
||||||
// 维护系统路由
|
// 维护系统路由
|
||||||
{
|
// {
|
||||||
path: '/maintainSystem',
|
// path: '/maintainSystem',
|
||||||
component: Layout,
|
// component: Layout,
|
||||||
redirect: '/maintainSystem/chargeConfig',
|
// redirect: '/maintainSystem/chargeConfig',
|
||||||
name: 'MaintainSystem',
|
// name: 'MaintainSystem',
|
||||||
meta: { title: '维护系统', icon: 'system' },
|
// meta: { title: '维护系统', icon: 'system' },
|
||||||
children: [
|
// children: [
|
||||||
{
|
// {
|
||||||
path: '',
|
// path: '',
|
||||||
redirect: 'chargeConfig',
|
// redirect: 'chargeConfig',
|
||||||
name: 'MaintainSystemIndex' // 添加名称以解决警告
|
// name: 'MaintainSystemIndex' // 添加名称以解决警告
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: 'chargeConfig', // 收费配置路由
|
// path: 'chargeConfig', // 收费配置路由
|
||||||
component: () => import('@/views/maintainSystem/chargeConfig/index.vue'),
|
// component: () => import('@/views/maintainSystem/chargeConfig/index.vue'),
|
||||||
name: 'ChargeConfig',
|
// name: 'ChargeConfig',
|
||||||
meta: { title: '挂号收费系统参数维护', icon: 'config', permissions: ['maintainSystem:chargeConfig:list'] }
|
// meta: { title: '挂号收费系统参数维护', icon: 'config', permissions: ['maintainSystem:chargeConfig:list'] }
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: 'Inspection', // 检验管理路由
|
// path: 'Inspection', // 检验管理路由
|
||||||
component: () => import('@/views/maintainSystem/Inspection/index.vue'),
|
// component: () => import('@/views/maintainSystem/Inspection/index.vue'),
|
||||||
name: 'Inspection',
|
// name: 'Inspection',
|
||||||
meta: { title: '检验管理', icon: 'inspection' },
|
// meta: { title: '检验管理', icon: 'inspection' },
|
||||||
children: [
|
// children: [
|
||||||
{
|
// {
|
||||||
path: 'PackageManagement', // 套餐管理路由
|
// path: 'PackageManagement', // 套餐管理路由
|
||||||
component: () => import('@/views/maintainSystem/Inspection/PackageManagement.vue'),
|
// component: () => import('@/views/maintainSystem/Inspection/PackageManagement.vue'),
|
||||||
name: 'PackageManagement',
|
// name: 'PackageManagement',
|
||||||
meta: { title: '套餐管理' }
|
// meta: { title: '套餐管理' }
|
||||||
}
|
// }
|
||||||
]
|
// ]
|
||||||
}
|
// }
|
||||||
]
|
// ]
|
||||||
},
|
// },
|
||||||
// 系统管理路由
|
// 系统管理路由
|
||||||
// {
|
// {
|
||||||
// path: '/system',
|
// path: '/system',
|
||||||
@@ -262,22 +261,22 @@ export const dynamicRoutes = [
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
// 租户合同管理路由
|
//租户合同管理路由
|
||||||
// {
|
{
|
||||||
// path: '/system/tenant-contract',
|
path: '/system/tenant-contract',
|
||||||
// component: Layout,
|
component: Layout,
|
||||||
// hidden: true,
|
hidden: true,
|
||||||
// permissions: ['*:*:*'],
|
permissions: ['*:*:*'],
|
||||||
// children: [
|
children: [
|
||||||
// {
|
{
|
||||||
// path: 'set/:tenantId(\\d+)',
|
path: 'set/:tenantId(\\d+)',
|
||||||
// component: () => import('@/views/system/tenant/setContract'),
|
component: () => import('@/views/system/tenant/setContract'),
|
||||||
// name: 'SetContract',
|
name: 'SetContract',
|
||||||
// meta: { title: '合同管理', activeMenu: '/system/tenant' }
|
meta: { title: '合同管理', activeMenu: '/system/tenant' }
|
||||||
// }
|
}
|
||||||
// ]
|
]
|
||||||
// },
|
},
|
||||||
// // 用户角色分配路由
|
// 用户角色分配路由
|
||||||
// {
|
// {
|
||||||
// path: '/system/user-auth',
|
// path: '/system/user-auth',
|
||||||
// component: Layout,
|
// component: Layout,
|
||||||
|
|||||||
Reference in New Issue
Block a user