From a015563dbe5adccd2837d33d69e9c032e2a7efa9 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期二, 04 三月 2025 19:58:29 +0800
Subject: [PATCH] 34

---
 src/router/route.ts |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

diff --git a/src/router/route.ts b/src/router/route.ts
index 8c71fd8..407ec7c 100644
--- a/src/router/route.ts
+++ b/src/router/route.ts
@@ -1120,6 +1120,21 @@
 				},
 			},
 			{
+				path: '/tongji',
+				name: 'tongji',
+				component: () => import('/@/views/tongji/index.vue'),
+				meta: {
+					title: 'message.router.tongji',
+					isLink: '',
+					isHide: false,
+					isKeepAlive: true,
+					isAffix: false,
+					isIframe: false,
+					roles: ['admin', 'common'],
+					icon: 'iconfont icon-gerenzhongxin',
+				},
+			},
+			{
 				path: '/tools',
 				name: 'tools',
 				component: () => import('/@/views/tools/index.vue'),
@@ -1212,7 +1227,7 @@
 		name: 'tiaochabiao1',
 		component: () => import('/@/views/tiaochabiao/demo1.vue'),
 		meta: {
-			title: '调差表',
+			title: '调查表',
 		},
 	},
 ];

--
Gitblit v1.8.0