From 9c1d136e4f5ed9b5bce100147edbb52486da985a Mon Sep 17 00:00:00 2001
From: zmc <zmc_li@foxmail.com>
Date: 星期五, 08 十二月 2023 13:57:32 +0800
Subject: [PATCH] 对飞行巡检和审核辅助对话框逻辑写成组件

---
 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