From c1d2051abc8ca88cd07f0d7c56c0dbf8165d5c33 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期四, 18 九月 2025 17:02:22 +0800 Subject: [PATCH] 2025.9.18 数据产品(待完成) --- src/router/index.js | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 5d81136..c229675 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -93,7 +93,7 @@ // 鍩虹浜у搧-鍦烘櫙娓呭崟 path: 'scene', name: 'ProdSceneInfo', - meta: { keepAlive: false, key: 'ProdManage' }, + meta: { keepAlive: true, key: 'ProdManage' }, component: () => import( '@/views/fysp/data-product/base-data-product/ProdSceneInfo.vue' @@ -103,7 +103,7 @@ // 鍩虹浜у搧-瑙勮寖鎬ц瘎浼� path: 'evaluate', name: 'ProdEvaluationInfo', - meta: { keepAlive: false, key: 'ProdManage' }, + meta: { keepAlive: true, key: 'ProdManage' }, component: () => import( '@/views/fysp/data-product/base-data-product/ProdEvaluationInfo.vue' @@ -113,7 +113,7 @@ // 鍩虹浜у搧-宸℃煡淇℃伅 path: 'inspection', name: 'ProdInspectionInfo', - meta: { keepAlive: false, key: 'ProdManage' }, + meta: { keepAlive: true, key: 'ProdManage' }, component: () => import( '@/views/fysp/data-product/base-data-product/ProdInspectionInfo.vue' @@ -123,7 +123,7 @@ // 鍩虹浜у搧-鐩戞祴鏁版嵁 path: 'monitordata', name: 'ProdMonitorDataInfo', - meta: { keepAlive: false, key: 'ProdManage' }, + meta: { keepAlive: true, key: 'ProdManage' }, component: () => import( '@/views/fysp/data-product/base-data-product/ProdMonitorDataInfo.vue' @@ -323,8 +323,8 @@ ]; const router = createRouter({ - history: createWebHistory(import.meta.env.BASE_URL), - // history: createWebHashHistory(), + // history: createWebHistory(import.meta.env.BASE_URL), + history: createWebHashHistory(), routes: routes }); -- Gitblit v1.9.3