diff --git a/hg-monitor-web-qh/src/main/resources/static/vue3/src/router/index.js b/hg-monitor-web-qh/src/main/resources/static/vue3/src/router/index.js
index 16221e8..e56e48e 100644
--- a/hg-monitor-web-qh/src/main/resources/static/vue3/src/router/index.js
+++ b/hg-monitor-web-qh/src/main/resources/static/vue3/src/router/index.js
@@ -198,6 +198,12 @@ const routes = [{
 		name: 'busDoc',
 		component: () => myImport('views/busDoc/index')
 	},
+	//日志
+	{
+		path: '/esData',
+		name: 'esDataIndex',
+		component: () => myImport('views/esData/index'),
+	},
 ];
 
 // hash模式: createWebHashHistory