From 27fc839d848f24865e3aaacf0663a43bee2c6a13 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期一, 24 二月 2025 17:08:14 +0800
Subject: [PATCH] gx

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

diff --git a/src/router/route.ts b/src/router/route.ts
index b4576af..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'),
@@ -1180,7 +1195,8 @@
 				},
 			},
 		],
-	},
+
+	}
 ];
 
 /**
@@ -1204,6 +1220,14 @@
 		meta: {
 			title: 'message.staticRoutes.noPower',
 			isHide: true,
+		},
+	},
+	{
+		path: '/tiaochabiao1',
+		name: 'tiaochabiao1',
+		component: () => import('/@/views/tiaochabiao/demo1.vue'),
+		meta: {
+			title: '调查表',
 		},
 	},
 ];
@@ -1243,4 +1267,13 @@
 			title: 'message.router.visualizingLinkDemo2',
 		},
 	},
+	{
+		path: '/visualizingDemo3',
+		name: 'visualizingDemo3',
+		component: () => import('/@/views/visualizing/demo3.vue'),
+		meta: {
+			title: 'message.router.visualizingLinkDemo2',
+		},
+	},
+	
 ];

--
Gitblit v1.8.0