You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

123 lines
5.2 KiB

import user from 'pages/user/routes';
import thirdparty from 'pages/thirdparty/routes';
import thirdpartyreviewlist from 'pages/thirdparty.review/routes';
import expertlist from 'pages/expert.list/routes';
import government from 'pages/government/routes';
import catastropheWarningManage from 'pages/catastrophe.warning.manage/routes';
import catastropheWarningStatistics from 'pages/catastrophe.warning.statistics/routes';
import check from 'pages/industry.form/routes';
import inductryType from 'pages/industry.type/routes';
import returnVisit from 'pages/service.return.form/routes';
import evaluate from 'pages/service.evaluate/routes';
import role from 'pages/role/routes';
import serviceType from 'pages/service.type/routes';
import servicePrice from 'pages/service.price/routes';
import serviceApplication from 'pages/service.apply/routes';
import serviceAudit from 'pages/service.apply.audit/routes';
import claimSettlementInformationStatistics from 'pages/claim.settlement.information.statistics.list/routes';
import underwritingInformationStatistics from 'pages/underwriting.information.statistics.list/routes';
import serviceHandlingRoute from 'pages/service.handling/routes';
import serviceDistributionRoute from 'pages/service.distribution/routes';
import riskReview from 'pages/risk.review/routes';
import hiddendangerCheck from 'pages/insurance.hiddendanger.check/routes';
import serviceReview from 'pages/service.review/routes';
import serviceTask from 'pages/service.task/routes';
import serviceCommunicationRecord from 'pages/service.communication.record/routes';
import serviceSatisfaction from 'pages/service.satisfaction/routes';
import publicityEducationList from 'pages/publicityEducationList/routes';
import contentMessage from 'pages/contentMessage/routes';
import informationType from 'pages/informationType/routes';
import informationGrounding from 'pages/information.grounding/routes';
import publicityEducationType from 'pages/publicEducationType/routes';
import servicePrevention from 'pages/service.prevention.progress/routes';
import enterprise from 'pages/enterprise/routes';
import importantEnterprise from 'pages/important.enterprise/routes';
import customerRoutes from 'pages/customer/routes';
import totalCostSettlementRoutes from 'pages/total.cost.settlement/routes';
import expenseSettlementRoutes from 'pages/expense.settlement/routes';
import expenseSettlementAuditRoutes from 'pages/expense.settlementAudit/routes';
import expenseManagementRoutes from 'pages/expense.management/routes';
import preventiveServicesStatistics from 'pages/preventive.services.statistics/routes';
import complaintInformation from 'pages/complaint.information/routes';
import rewardInformation from 'pages/reward.information/routes';
import evaluationInformation from 'pages/evaluation.information/routes';
import pendingWorkbench from 'pages/pending.workbench/routes';
import statisticsKanban from 'pages/statistics.kanban/routes';
import customerInsuranceMap from 'pages/customer.insurance.map/routes';
import accidentPreventService from 'pages/accident.prevent.service/routes';
import safetyRiskControl from 'pages/safety.risk.control/routes';
import safetyHiddenRevamp from 'pages/safety.hidden.revamp/routes';
import totalSearch from 'pages/total.search/routes';
import servicePlan from 'pages/service.plan/routes';
import servicePriceAudit from 'pages/service.price.audit/routes';
import serviceCostStatistics from 'pages/service.cost.statistics/routes';
import operaLog from 'pages/opera.log/routes';
import loginLog from 'pages/login.log/routes';
import smokeSystem from 'pages/smoke.system/routes';
import smokeSystemMap from 'pages/smoke.system.map/routes';
import serviceExpertReportEntry from 'pages/service.expertReport.entry/routes';
import statisticsReport from "./pages/statistics.report/routes";
import serviceWaitInventory from './pages/service.wait.inventory/routes';
export default [
...smokeSystem,
...smokeSystemMap,
...operaLog,
...loginLog,
...inductryType,
...servicePriceAudit,
...servicePlan,
...totalSearch,
...statisticsKanban,
...pendingWorkbench,
...complaintInformation,
...rewardInformation,
...evaluationInformation,
...preventiveServicesStatistics,
...totalCostSettlementRoutes,
...expenseSettlementRoutes,
...expenseSettlementAuditRoutes,
...expenseManagementRoutes,
...customerRoutes,
...importantEnterprise,
...user,
...thirdparty,
...thirdpartyreviewlist,
...expertlist,
...enterprise,
...government,
...catastropheWarningManage,
...catastropheWarningStatistics,
...check,
...returnVisit,
...evaluate,
...role,
...serviceType,
...servicePrice,
...serviceApplication,
...serviceAudit,
...serviceExpertReportEntry,
...claimSettlementInformationStatistics,
...underwritingInformationStatistics,
...serviceHandlingRoute,
...serviceDistributionRoute,
...riskReview,
...hiddendangerCheck,
...serviceReview,
...serviceTask,
...serviceCommunicationRecord,
...serviceSatisfaction,
...publicityEducationList,
...contentMessage,
...informationType,
...informationGrounding,
...publicityEducationType,
...servicePrevention,
...customerInsuranceMap,
...accidentPreventService,
...safetyRiskControl,
...safetyHiddenRevamp,
...serviceCostStatistics,
...statisticsReport,
...serviceWaitInventory,
];