From fab4d7d62b2039ab8660649d26a8c6f8f32193b5 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期四, 11 一月 2024 17:41:11 +0800 Subject: [PATCH] 1. 初步完成评估任务整体逻辑; 2. 新增评估记录下载功能(待完善) --- src/router/index.js | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 9493f98..1129d92 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -82,13 +82,15 @@ //璇勪及鏁版嵁婧� name: 'fyspDatasource', path: '/fysp/evaluation/datasource', - component: () => import('@/views/fysp/evaluation/DataSource.vue') + component: () => import('@/views/fysp/evaluation/DataSource.vue'), + meta: { keepAlive: true } }, { //璇勪及绠$悊 name: 'fyspResultManage', path: '/fysp/evaluation/resultManage', - component: () => import('@/views/fysp/evaluation/ResultManage.vue') + component: () => import('@/views/fysp/evaluation/ResultManage.vue'), + meta: { keepAlive: true } }, { //鍦烘櫙淇℃伅 -- Gitblit v1.9.3