From ad6ec45e1d516002672220676294339b5ea6fc2c Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期三, 30 十月 2024 16:37:15 +0800
Subject: [PATCH] 指标图谱

---
 customer_list/yw/static/config/route.js |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/customer_list/yw/static/config/route.js b/customer_list/yw/static/config/route.js
index 27aa503..8670816 100644
--- a/customer_list/yw/static/config/route.js
+++ b/customer_list/yw/static/config/route.js
@@ -1,5 +1,12 @@
 window.route = [
 	{
+		name: 'AgentGraph',
+		isKeepAlive: true,
+		isAffix: false,
+		path: '/agent/graph',
+		component: '/project/yw/systemManage/agentGraph/AgentGraph.vue',
+	},
+	{
 		name: 'ChatLog',
 		isKeepAlive: true,
 		isAffix: false,

--
Gitblit v1.9.3