zmc
2023-08-30 b7b35d8bd8f0ff7fe4e1aa6c69a877551bed81a3
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')
         },
         
        //  异常测试
@@ -51,6 +51,21 @@
          name:'setting',
          component: () => import('@/views/setting/SetConfiguration.vue')
         },
         //  数据接入管理
         {
          path:"/management",
          name:'management',
          component: () => import('@/views/origin_data/DataAccessManagement.vue')
         },
          //  业务报表
          {
            path:"/report",
            name:'report',
            component: () => import('@/views/origin_data/BusinessReport.vue')
           },
      ],
    },
    // 登陆页面