const indexRank = () => import('@/views/BigScreen/components/majorProjects-components/indexRank.vue') // 指数排行榜 const reformMeasures = () => import('@/views/BigScreen/components/majorProjects-components/reformMeasures.vue') //一地创新、全市推广 const quantitativeObjectives = () => import('@/views/BigScreen/components/majorProjects-components/quantitativeObjectives.vue') //一地创新、全市推广 const quantitativeObjectives1 = () => import('@/views/BigScreen/components/majorProjects-components/quantitativeObjectives1.vue') //一地创新、全市推广 const speedList = () => import('@/views/BigScreen/components/majorProjects-components/speedList.vue') //一地创新、全市推广 const importantPlatform = () => import('@/views/BigScreen/components/majorProjects-components/importantPlatform.vue') const institutionalAchievements = () => import('@/views/BigScreen/components/majorProjects-components/institutionalAchievements.vue') const applicationScenario = () => import('@/views/BigScreen/components/majorProjects-components/applicationScenario.vue') const iterationList = () => import('@/views/BigScreen/components/majorProjects-components/iterationList.vue') const brandList = () => import('@/views/BigScreen/components/majorProjects-components/brandList.vue') const towMonthlyAnalysisReport = () => import('@/views/BigScreen/components/majorProjects-components/towMonthlyAnalysisReport.vue') const reportOverview = () => import('@/views/BigScreen/components/majorProjects-components/reportOverview.vue') const threeBatches = () => import('@/views/BigScreen/components/majorProjects-components/threeBatches.vue') const historicalReport = () => import('@/views/BigScreen/components/majorProjects-components/historicalReport.vue') const satisfactionReport = () => import('@/views/BigScreen/components/majorProjects-components/satisfactionReport.vue') const monthPlan = () => import('@/views/BigScreen/components/majorProjects-components/monthPlan.vue') const targetDetail = () => import('@/views/BigScreen/components/majorProjects-components/targetDetail.vue') const IndexSystem = () => import('@/views/BigScreen/components/majorProjects-components/IndexSystem.vue') const demandList = () => import('@/views/BigScreen/components/innerTables/demandList.vue') // 改革需求清单 const demandHeat = () => import('@/views/BigScreen/components/innerTables/demandHeat.vue') // 改革需求更多 const diagram = () => import('@/views/BigScreen/components/majorProjects-components/diagram.vue') // 作战图 const coreIndicators = () => import('@/views/BigScreen/components/majorProjects-components/coreIndicators.vue') // 核心指标 const brandDetail = () => import('@/views/BigScreen/components/majorProjects-components/brandDetail.vue') // 改革品牌榜详情 const introduction = () => import('@/views/BigScreen/components/majorProjects-components/introduction.vue') // 模块介绍 export default { indexRank, reformMeasures, quantitativeObjectives, quantitativeObjectives1, speedList, importantPlatform, institutionalAchievements, applicationScenario, iterationList, brandList, towMonthlyAnalysisReport, reportOverview, threeBatches, historicalReport, satisfactionReport, monthPlan, targetDetail, IndexSystem, demandList, demandHeat, diagram, coreIndicators, brandDetail, introduction }