|
@@ -618,12 +618,12 @@ export const adminRoutes = [
|
|
meta: { title: i18n.t('tab.linuxVersion'), icon: 'nested', noCache: true },
|
|
meta: { title: i18n.t('tab.linuxVersion'), icon: 'nested', noCache: true },
|
|
hidden: !enableLinux
|
|
hidden: !enableLinux
|
|
},
|
|
},
|
|
- {
|
|
|
|
- path: 'led_device',
|
|
|
|
- component: () => import('@/views/ncs-led/led-admin'),
|
|
|
|
- name: 'admin-led-device',
|
|
|
|
- meta: { title: i18n.t('tab.ledDeviceManager'), icon: 'led', noCache: true }
|
|
|
|
- }
|
|
|
|
|
|
+ // {
|
|
|
|
+ // path: 'led_device',
|
|
|
|
+ // component: () => import('@/views/ncs-led/led-admin'),
|
|
|
|
+ // name: 'admin-led-device',
|
|
|
|
+ // meta: { title: i18n.t('tab.ledDeviceManager'), icon: 'led', noCache: true }
|
|
|
|
+ // }
|
|
]
|
|
]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -639,40 +639,40 @@ export const adminRoutes = [
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
- {
|
|
|
|
- path: '/his',
|
|
|
|
- component: Layout,
|
|
|
|
- redirect: '/his/index',
|
|
|
|
- children: [
|
|
|
|
- {
|
|
|
|
- path: 'index',
|
|
|
|
- component: () => import('@/views/ncs-his/hisManagement'),
|
|
|
|
- name: 'admin-hist',
|
|
|
|
- meta: { title: i18n.t('tab.hisManage'), icon: 'el-icon-search', noCache: true }
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: 'patient/:keyval?',
|
|
|
|
- component: () => import('@/views/ncs-his/his-patient/hisPatientManage'),
|
|
|
|
- name: 'admin-his-patient',
|
|
|
|
- meta: { title: i18n.t('his.hisPatient'), icon: 'el-icon-search', noCache: true },
|
|
|
|
- hidden: true
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: 'clerk/:keyval?',
|
|
|
|
- component: () => import('@/views/ncs-his/his-clerk/hisClerkManager'),
|
|
|
|
- name: 'admin-his-clerk',
|
|
|
|
- meta: { title: i18n.t('his.hisClerk'), icon: 'el-icon-search', noCache: true },
|
|
|
|
- hidden: true
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: 'nurse_config/:keyval?',
|
|
|
|
- component: () => import('@/views/ncs-his/his-nurse-config/hisNurseConfigManager'),
|
|
|
|
- name: 'admin-his-nurse-config',
|
|
|
|
- meta: { title: i18n.t('his.hisNurseConfig'), icon: 'el-icon-search', noCache: true },
|
|
|
|
- hidden: true
|
|
|
|
- }
|
|
|
|
- ]
|
|
|
|
- },
|
|
|
|
|
|
+ // {
|
|
|
|
+ // path: '/his',
|
|
|
|
+ // component: Layout,
|
|
|
|
+ // redirect: '/his/index',
|
|
|
|
+ // children: [
|
|
|
|
+ // {
|
|
|
|
+ // path: 'index',
|
|
|
|
+ // component: () => import('@/views/ncs-his/hisManagement'),
|
|
|
|
+ // name: 'admin-hist',
|
|
|
|
+ // meta: { title: i18n.t('tab.hisManage'), icon: 'el-icon-search', noCache: true }
|
|
|
|
+ // },
|
|
|
|
+ // {
|
|
|
|
+ // path: 'patient/:keyval?',
|
|
|
|
+ // component: () => import('@/views/ncs-his/his-patient/hisPatientManage'),
|
|
|
|
+ // name: 'admin-his-patient',
|
|
|
|
+ // meta: { title: i18n.t('his.hisPatient'), icon: 'el-icon-search', noCache: true },
|
|
|
|
+ // hidden: true
|
|
|
|
+ // },
|
|
|
|
+ // {
|
|
|
|
+ // path: 'clerk/:keyval?',
|
|
|
|
+ // component: () => import('@/views/ncs-his/his-clerk/hisClerkManager'),
|
|
|
|
+ // name: 'admin-his-clerk',
|
|
|
|
+ // meta: { title: i18n.t('his.hisClerk'), icon: 'el-icon-search', noCache: true },
|
|
|
|
+ // hidden: true
|
|
|
|
+ // },
|
|
|
|
+ // {
|
|
|
|
+ // path: 'nurse_config/:keyval?',
|
|
|
|
+ // component: () => import('@/views/ncs-his/his-nurse-config/hisNurseConfigManager'),
|
|
|
|
+ // name: 'admin-his-nurse-config',
|
|
|
|
+ // meta: { title: i18n.t('his.hisNurseConfig'), icon: 'el-icon-search', noCache: true },
|
|
|
|
+ // hidden: true
|
|
|
|
+ // }
|
|
|
|
+ // ]
|
|
|
|
+ // },
|
|
{
|
|
{
|
|
path: '/error_log',
|
|
path: '/error_log',
|
|
component: Layout,
|
|
component: Layout,
|
|
@@ -743,53 +743,53 @@ export const adminRoutes = [
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
- {
|
|
|
|
- path: '/485',
|
|
|
|
- component: Layout,
|
|
|
|
- redirect: '/485/index',
|
|
|
|
- children: [
|
|
|
|
- {
|
|
|
|
- path: 'index',
|
|
|
|
- component: () => import('@/views/ncs-485/index'),
|
|
|
|
- name: 'admin-485-commissioning',
|
|
|
|
- meta: { title: i18n.t('tab.debugging485'), icon: 'authen', noCache: true }
|
|
|
|
- }
|
|
|
|
- ],
|
|
|
|
- hidden: !enable485
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: '/interaction_push',
|
|
|
|
- component: Layout,
|
|
|
|
- redirect: '/interaction_push/index',
|
|
|
|
- children: [
|
|
|
|
- {
|
|
|
|
- path: 'index',
|
|
|
|
- component: () => import('@/views/ncs-interaction-push-config/index'),
|
|
|
|
- name: 'admin-interaction-push',
|
|
|
|
- meta: { title: i18n.t('tab.interactionPush'), icon: 'el-icon-s-promotion', noCache: true }
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: 'paramer-config/:id?',
|
|
|
|
- component: () => import('@/views/ncs-interaction-push-config/param-config'),
|
|
|
|
- name: 'admin-interaction-push-config',
|
|
|
|
- meta: { title: i18n.t('tab.interactionPushParamConfig'), icon: 'el-icon-s-promotion', noCache: true },
|
|
|
|
- hidden: true
|
|
|
|
- }
|
|
|
|
- ]
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: '/convenient_sync',
|
|
|
|
- component: Layout,
|
|
|
|
- redirect: '/convenient_sync/index',
|
|
|
|
- children: [
|
|
|
|
- {
|
|
|
|
- path: 'index',
|
|
|
|
- component: () => import('@/views/convenient-data-sync/index'),
|
|
|
|
- name: 'convenient-data-sync',
|
|
|
|
- meta: { title: i18n.t('tab.convenientDataSync'), icon: 'el-icon-refresh', noCache: true }
|
|
|
|
- }
|
|
|
|
- ]
|
|
|
|
- },
|
|
|
|
|
|
+ // {
|
|
|
|
+ // path: '/485',
|
|
|
|
+ // component: Layout,
|
|
|
|
+ // redirect: '/485/index',
|
|
|
|
+ // children: [
|
|
|
|
+ // {
|
|
|
|
+ // path: 'index',
|
|
|
|
+ // component: () => import('@/views/ncs-485/index'),
|
|
|
|
+ // name: 'admin-485-commissioning',
|
|
|
|
+ // meta: { title: i18n.t('tab.debugging485'), icon: 'authen', noCache: true }
|
|
|
|
+ // }
|
|
|
|
+ // ],
|
|
|
|
+ // hidden: !enable485
|
|
|
|
+ // },
|
|
|
|
+ // {
|
|
|
|
+ // path: '/interaction_push',
|
|
|
|
+ // component: Layout,
|
|
|
|
+ // redirect: '/interaction_push/index',
|
|
|
|
+ // children: [
|
|
|
|
+ // {
|
|
|
|
+ // path: 'index',
|
|
|
|
+ // component: () => import('@/views/ncs-interaction-push-config/index'),
|
|
|
|
+ // name: 'admin-interaction-push',
|
|
|
|
+ // meta: { title: i18n.t('tab.interactionPush'), icon: 'el-icon-s-promotion', noCache: true }
|
|
|
|
+ // },
|
|
|
|
+ // {
|
|
|
|
+ // path: 'paramer-config/:id?',
|
|
|
|
+ // component: () => import('@/views/ncs-interaction-push-config/param-config'),
|
|
|
|
+ // name: 'admin-interaction-push-config',
|
|
|
|
+ // meta: { title: i18n.t('tab.interactionPushParamConfig'), icon: 'el-icon-s-promotion', noCache: true },
|
|
|
|
+ // hidden: true
|
|
|
|
+ // }
|
|
|
|
+ // ]
|
|
|
|
+ // },
|
|
|
|
+ // {
|
|
|
|
+ // path: '/convenient_sync',
|
|
|
|
+ // component: Layout,
|
|
|
|
+ // redirect: '/convenient_sync/index',
|
|
|
|
+ // children: [
|
|
|
|
+ // {
|
|
|
|
+ // path: 'index',
|
|
|
|
+ // component: () => import('@/views/convenient-data-sync/index'),
|
|
|
|
+ // name: 'convenient-data-sync',
|
|
|
|
+ // meta: { title: i18n.t('tab.convenientDataSync'), icon: 'el-icon-refresh', noCache: true }
|
|
|
|
+ // }
|
|
|
|
+ // ]
|
|
|
|
+ // },
|
|
{
|
|
{
|
|
path: '/mysql_backups',
|
|
path: '/mysql_backups',
|
|
component: Layout,
|
|
component: Layout,
|