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 | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 1fed002..f826b46 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -235,7 +235,7 @@
name: 'taskmanage',
path: 'manage',
component: () => import('@/views/fysp/task/TaskManage.vue'),
- meta: { keepAlive: true }
+ meta: { keepAlive: false }
},
{
//鐩戠浠诲姟鍦烘櫙缂栬緫
@@ -296,6 +296,13 @@
path: 'evalutationRule',
component: () =>
import('@/views/fysp/config/EvalutationRule.vue')
+ },
+ {
+ //鍊煎煙琛ㄧ鐞�
+ name: 'domaincatalog',
+ path: 'domaincatalog',
+ component: () =>
+ import('@/views/fysp/config/DomainCatalog.vue')
}
]
},
@@ -401,6 +408,11 @@
component: () => import('@/views/DocTest.vue')
}
]
+ },
+ {
+ name: 'pdfPreview',
+ path: '/common/pdfPreview',
+ component: () => import('@/views/common/PDFViewer.vue')
}
];
--
Gitblit v1.9.3