|
@@ -335,44 +335,41 @@ export default [
|
|
|
|
|
|
|
|
{ path: 'report-approve', component: ReportApprove },
|
|
{ path: 'report-approve', component: ReportApprove },
|
|
|
|
|
|
|
|
|
|
+ // 执行列表
|
|
|
|
|
+ { path: '/lowcode-page/:lowcodeWindowNo', component: LowcodePage },
|
|
|
|
|
+ // 打印页面
|
|
|
|
|
+ { path: '/single/PrintPage', component: PrintPage },
|
|
|
|
|
+ // 卡片打印
|
|
|
|
|
+ { path: '/desktop/PrintCard', component: PrintCard },
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+ //钉钉待办任务审批跳转
|
|
|
|
|
+ // eslint-disable-next-line
|
|
|
|
|
+ { path: '/window/window-read/:type/:windowNo/:tabIndex/:recordId', component: TabFormView },
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ { path: '/test', component: Test },
|
|
|
|
|
+ { path: '/webrt', component: WebRtcCapture },
|
|
|
|
|
+ { path: '/WebSocketCapture', component: WebSocketCapture },
|
|
|
|
|
+ { path: '/cropper', component: Cropper },
|
|
|
|
|
+ { path: '/camera', component: Camera },
|
|
|
|
|
+ { path: '/containerLayout', component: ContainerLayout },
|
|
|
|
|
+ { path: '/DynamicImport', component: DynamicImport },
|
|
|
|
|
+
|
|
|
|
|
+ { path: '/notFound', component: NotFound },
|
|
|
|
|
+ { path: '/privacy-statement', component: PrivacyStatement },
|
|
|
|
|
+ { path: '/studyVideo', component: StudyVideo },
|
|
|
|
|
+ { path: '/resetPassword', component: ResetPassword },
|
|
|
|
|
+
|
|
|
|
|
+ { path: '/retrievePassword', component: RetrievePassword },
|
|
|
|
|
+ { path: '/knowledgeTrain', component: KnowledgeTrain1 },
|
|
|
|
|
+ { path: '/knowledgeTrainAnswer', component: KnowledgeTrainAnswer },
|
|
|
|
|
+ { path: '/excelReport/:processReportNo', component: ExcelReport },
|
|
|
|
|
+ { path: '/dateExcelReport/:processReportNo', component: DateExcelReport },
|
|
|
|
|
+ { path: '/desktop/delegationReport', component: DelegationReport },
|
|
|
|
|
+ { path: '/desktop/dataArchive', component: DataArchive },//数据归档
|
|
|
|
|
+ { path: '/desktop/archivalRecord', component: ArchivalRecord },//数据归档记录下载
|
|
|
|
|
+ { path: '/desktop/excelImport', component: ExcelImport },
|
|
|
],
|
|
],
|
|
|
},
|
|
},
|
|
|
-
|
|
|
|
|
- // 执行列表
|
|
|
|
|
- { path: '/lowcode-page/:lowcodeWindowNo', component: LowcodePage },
|
|
|
|
|
- // 打印页面
|
|
|
|
|
- { path: '/single/PrintPage', component: PrintPage },
|
|
|
|
|
- // 卡片打印
|
|
|
|
|
- { path: '/desktop/PrintCard', component: PrintCard },
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
- //钉钉待办任务审批跳转
|
|
|
|
|
- // eslint-disable-next-line
|
|
|
|
|
- { path: '/window/window-read/:type/:windowNo/:tabIndex/:recordId', component: TabFormView },
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
- { path: '/test', component: Test },
|
|
|
|
|
- { path: '/webrt', component: WebRtcCapture },
|
|
|
|
|
- { path: '/WebSocketCapture', component: WebSocketCapture },
|
|
|
|
|
- { path: '/cropper', component: Cropper },
|
|
|
|
|
- { path: '/camera', component: Camera },
|
|
|
|
|
- { path: '/containerLayout', component: ContainerLayout },
|
|
|
|
|
- { path: '/DynamicImport', component: DynamicImport },
|
|
|
|
|
-
|
|
|
|
|
- { path: '/notFound', component: NotFound },
|
|
|
|
|
- { path: '/privacy-statement', component: PrivacyStatement },
|
|
|
|
|
- { path: '/studyVideo', component: StudyVideo },
|
|
|
|
|
- { path: '/resetPassword', component: ResetPassword },
|
|
|
|
|
-
|
|
|
|
|
- { path: '/retrievePassword', component: RetrievePassword },
|
|
|
|
|
- { path: '/knowledgeTrain', component: KnowledgeTrain1 },
|
|
|
|
|
- { path: '/knowledgeTrainAnswer', component: KnowledgeTrainAnswer },
|
|
|
|
|
- { path: '/excelReport/:processReportNo', component: ExcelReport },
|
|
|
|
|
- { path: '/dateExcelReport/:processReportNo', component: DateExcelReport },
|
|
|
|
|
- { path: '/desktop/delegationReport', component: DelegationReport },
|
|
|
|
|
- { path: '/desktop/dataArchive', component: DataArchive },//数据归档
|
|
|
|
|
- { path: '/desktop/archivalRecord', component: ArchivalRecord },//数据归档
|
|
|
|
|
- { path: '/desktop/excelImport', component: ExcelImport },//数据归档
|
|
|
|
|
];
|
|
];
|