From 72085226bc9f82a9129b8fbcd17fab1edf9ef270 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 05 一月 2024 15:08:19 +0800
Subject: [PATCH] 1. 修复飞行巡检模块中有效率异常详情弹出框无法正常显示的bug; 2.优化各异常类型的折线图配置项生成逻辑;

---
 src/router/index.js |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index d47d617..3201d5d 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -63,12 +63,12 @@
           component: () => import('@/views/data_management/DataAccessManagement.vue')
         },
 
-        //  涓氬姟鎶ヨ〃
+        //  鍙傛暟閰嶇疆
         {
-          path: '/report',
-          name: 'report',
-          meta: { title: '涓氬姟鎶ヨ〃' },
-          component: () => import('@/views/data_management/BusinessReport.vue')
+          path: '/config',
+          name: 'config',
+          meta: { title: '鍙傛暟閰嶇疆' },
+          component: () => import('@/views/data_management/ParameterConfiguration.vue')
         },
 
         //  鏁版嵁鎺ュ叆閰嶇疆

--
Gitblit v1.9.3