|
@@ -250,11 +250,11 @@ export const constantRoutes = [
|
|
|
component: () => import('../views/hospital-service/self-service/package-mall/SelectPatientCard.vue'),
|
|
|
meta: { title: '选择就诊人' },
|
|
|
},
|
|
|
- // {
|
|
|
- // path: '/mallPackage/:patientId',
|
|
|
- // component: () => import('../views/hospital-service/self-service/package-mall/MallPackage.vue'),
|
|
|
- // meta: { title: '套餐商城' },
|
|
|
- // },
|
|
|
+ {
|
|
|
+ path: '/mallPackage/:patientId',
|
|
|
+ component: () => import('../views/hospital-service/self-service/package-mall/MallPackage.vue'),
|
|
|
+ meta: { title: '套餐商城' },
|
|
|
+ },
|
|
|
{
|
|
|
path: '/packageDetail/:patientId/:id/:from',
|
|
|
component: () => import('../views/hospital-service/self-service/package-mall/PackageDetail.vue'),
|