zmc
2023-08-30 d3d7dcf919eda40a415b6dc744fb0b347d4293a8
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')
         },
         
        //  异常测试