From f19e5267cc23b1c714dc746239864f33ed715dd9 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 05 十二月 2025 17:55:02 +0800
Subject: [PATCH] 完成地图制作任务功能初版

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

diff --git a/src/router/index.js b/src/router/index.js
index ba8f36f..f826b46 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -208,6 +208,21 @@
                     ]
                   },
                 ]
+              },
+              {
+                name: 'dataProdFinal',
+                path: 'final',
+                children: [
+                  {
+                    // 鏈�缁堜骇鍝�-宸℃煡鏈堝害绠�鎶�
+                    name: 'MonInspecReport',
+                    path: 'monInspecReport',
+                    component: () =>
+                      import(
+                        '@/views/fysp/data-product/final-data-product/ProdMonInspecReport.vue'
+                      ),
+                  },
+                ]
               }
             ]
           },
@@ -220,7 +235,7 @@
                 name: 'taskmanage',
                 path: 'manage',
                 component: () => import('@/views/fysp/task/TaskManage.vue'),
-                meta: { keepAlive: true }
+                meta: { keepAlive: false }
               },
               {
                 //鐩戠浠诲姟鍦烘櫙缂栬緫
@@ -281,6 +296,13 @@
                 path: 'evalutationRule',
                 component: () =>
                   import('@/views/fysp/config/EvalutationRule.vue')
+              },
+              {
+                //鍊煎煙琛ㄧ鐞�
+                name: 'domaincatalog',
+                path: 'domaincatalog',
+                component: () =>
+                  import('@/views/fysp/config/DomainCatalog.vue')
               }
             ]
           },
@@ -386,6 +408,11 @@
         component: () => import('@/views/DocTest.vue')
       }
     ]
+  },
+  {
+    name: 'pdfPreview',
+    path: '/common/pdfPreview',
+    component: () => import('@/views/common/PDFViewer.vue')
   }
 ];
 

--
Gitblit v1.9.3