From 6e015f71927ea207d398735db5a2e6f2d592538f Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期一, 17 二月 2025 16:55:53 +0800
Subject: [PATCH] gx

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

diff --git a/src/router/route.ts b/src/router/route.ts
index 8c71fd8..5851d91 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'),

--
Gitblit v1.8.0