From 5f20f4bba739f0f81101a2c1d99f494647125e05 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 21 三月 2024 17:19:18 +0800
Subject: [PATCH] 2024.3.21

---
 src/router/index.js |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 9493f98..407d96b 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -80,15 +80,17 @@
   },
   {
     //璇勪及鏁版嵁婧�
-    name: 'fyspDatasource',
-    path: '/fysp/evaluation/datasource',
-    component: () => import('@/views/fysp/evaluation/DataSource.vue')
+    name: 'fyspEvalutationTask',
+    path: '/fysp/evaluation/evalutationTask',
+    component: () => import('@/views/fysp/evaluation/EvalutationTask.vue'),
+    meta: { keepAlive: true }
   },
   {
     //璇勪及绠$悊
-    name: 'fyspResultManage',
-    path: '/fysp/evaluation/resultManage',
-    component: () => import('@/views/fysp/evaluation/ResultManage.vue')
+    name: 'fyspEvalutationRecord',
+    path: '/fysp/evaluation/evalutationRecord',
+    component: () => import('@/views/fysp/evaluation/EvalutationRecord.vue'),
+    meta: { keepAlive: true }
   },
   {
     //鍦烘櫙淇℃伅

--
Gitblit v1.9.3