From d3d7dcf919eda40a415b6dc744fb0b347d4293a8 Mon Sep 17 00:00:00 2001 From: zmc <zmc_li@foxmail.com> Date: 星期三, 30 八月 2023 16:10:29 +0800 Subject: [PATCH] 扬尘Vue代码 --- src/router/index.ts | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index 67a0f21..dc48367 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -13,7 +13,7 @@ { path:"/avgDay", name:'avgDay', - component: () => import('@/views/line_graph/dayMonthAvgData.vue') + component: () => import('@/views/line_graph/DataRiskModel.vue') }, @@ -21,7 +21,7 @@ { path:"/analysis", name:'analysis', - component: () => import('@/views/line_graph/analysisData.vue') + component: () => import('@/views/line_graph/DataRiskRank.vue') }, // 鍘嗗彶鏁版嵁绠$悊 @@ -35,7 +35,7 @@ { path:"/edata", name:'edata', - component: () => import('@/views/exception/ExceptionData.vue') + component: () => import('@/views/exception/FlightInspection.vue') }, // 寮傚父娴嬭瘯 -- Gitblit v1.9.3