From 7e9e0bff3ef15366693648f25810723ec557ed62 Mon Sep 17 00:00:00 2001
From: chengxiangling <291105840@qq.com>
Date: 星期二, 13 五月 2025 08:52:11 +0800
Subject: [PATCH] 提交修改查询样式,工单计划管理等

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

diff --git a/src/router/index.js b/src/router/index.js
index 2c7c3de..d5d9111 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -126,7 +126,7 @@
         path: 'index/:dictId(\\d+)',
         component: () => import('@/views/system/dict/data'),
         name: 'Data',
-        meta: { title: '瀛楀吀鏁版嵁', activeMenu: '/system/dict' }
+        meta: { title: '瀛楀吀鏁版嵁', activeMenu: '/system/dict', noCache: true }
       }
     ]
   },

--
Gitblit v1.9.3