From 197e3949af92e687e9e06bd2daf539b6b665d06d Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期五, 21 三月 2025 18:17:52 +0800
Subject: [PATCH] 微信绑定

---
 customer_list/yw/static/config/route.js |  174 ++++++++++++++++++++++++++++++++++++++++++++++++++++++----
 1 files changed, 162 insertions(+), 12 deletions(-)

diff --git a/customer_list/yw/static/config/route.js b/customer_list/yw/static/config/route.js
index 81c11d4..a4d411d 100644
--- a/customer_list/yw/static/config/route.js
+++ b/customer_list/yw/static/config/route.js
@@ -1,25 +1,153 @@
 window.route = [
 	{
+		name: 'AgentGraph',
+		isKeepAlive: true,
+		isAffix: false,
+		path: '/agent/graph',
+		component: '/project/yw/systemManage/agentGraph/AgentGraph.vue',
+	},
+	{
+		name:'CameraLive',
+		isKeepAlive: true,
+		isAffix: false,
+		path: '/camera/live',
+		component: '/project/yw/systemManage/cameraLive/CameraLive.vue',
+	},
+	{
+		name: 'FlowApp',
+		isKeepAlive: true,
+		isAffix: false,
+		path: '/workFlow/design',
+		component: '/project/yw/systemManage/flowApp/FlowApp.vue',
+	},
+	{
+		name: 'LLMMgr',
+		isKeepAlive: true,
+		isAffix: false,
+		path: '/llm/mgr',
+		component: '/project/yw/systemManage/llmMgr/LLMMgr.vue',
+	},
+	{
+		name: 'FlowAppView',
+		isKeepAlive: true,
+		isAffix: false,
+		path: '/workFlow/view',
+		component: '/project/yw/systemManage/flowApp/FlowAppView.vue',
+	},
+	{
+		name: 'ChatLog',
+		isKeepAlive: true,
+		isAffix: false,
+		path: '/chatLog',
+		component: '/project/yw/systemManage/chatLog/ChatLog.vue',
+	},
+	{
+		name: 'RoleMgr',
+		isKeepAlive: true,
+		isAffix: false,
+		path: '/authCenter/roleMgr',
+		component: '/project/yw/systemManage/roleMgr/RoleMgr.vue',
+	},
+	{
+		name: 'UserMgr',
+		isKeepAlive: true,
+		isAffix: false,
+		path: '/authCenter/userMgr',
+		component: '/project/yw/systemManage/userMgr/UserMgr.vue',
+	},
+	//閮ㄩ棬绠$悊
+	{
+		name: 'DepartmentMgr',
+		isKeepAlive: true,
+		isAffix: false,
+		path: '/authCenter/departmentMgr',
+		component: '/project/yw/systemManage/departmentMgr/DepartmentMgr.vue',
+	},
+	{
+		name: 'AccessLog',
+		isKeepAlive: true,
+		isAffix: false,
+		path: '/authCenter/operateLog',
+		component: '/project/yw/systemManage/accessLog/AccessLog.vue',
+	},
+	{
+		name: 'SysGroupMgr',
+		isKeepAlive: true,
+		isAffix: false,
+		path: '/sysGroupMgr',
+		component: '/project/yw/systemManage/sysGroupMgr/SysGroupMgr.vue',
+	},
+	{
+		name: 'MetricMgr',
+		isKeepAlive: true,
+		isAffix: false,
+		path: '/home',
+		component: '/project/yw/systemManage/metricMgr/MetricMgr.vue',
+	},
+	{
+		name: 'MetricDetail',
+		isKeepAlive: true,
+		isAffix: false,
+		path: '/MetricDetail',
+		component: '/project/yw/systemManage/metricMgr/MetricDetail.vue',
+	},
+	{
+		name: 'MetricAgentMgr',
+		isKeepAlive: true,
+		isAffix: false,
+		path: '/metricAgent',
+		component: '/project/yw/systemManage/metricAgentMgr/MetricAgentMgr.vue',
+	},
+	{
+		name: 'ReplaceWordMgr',
+		isKeepAlive: true,
+		isAffix: false,
+		path: '/replaceWordMgr',
+		component: '/project/yw/systemManage/replaceWordMgr/ReplaceWordMgr.vue',
+	},
+	{
+		name: 'PersonalCenter',
+		isKeepAlive: true,
+		isAffix: false,
+		path: '/personalCenter',
+		component: '/project/yw/systemManage/personalCenter/PersonalCenter.vue',
+	},
+	{
 		name: 'AmisEditor',
 		isKeepAlive: true,
-		isAffix: true,
-		path: '/home',
+		isAffix: false,
+		path: '/amisEditor',
 		component: '/project/yw/lowCode/amis/AmisEditor.vue',
 	},
+	{
+		name: 'DimensionMgr',
+		isKeepAlive: true,
+		isAffix: false,
+		path: '/dimensionMgr',
+		component: '/project/yw/systemManage/dimensionMgr/DimensionMgr.vue',
+	},
+
 	{
 		name: 'SqlAmis',
 		isKeepAlive: true,
 		isAffix: false,
-		path: '/lowCode/sqlAmis',
+		path: '/pageMgr',
 		component: '/project/yw/lowCode/sqlAmis/SqlAmis.vue',
 	},
-	// {
-	// 	name: 'SqlAmisEdit',
-	// 	isKeepAlive: true,
-	// 	isAffix: false,
-	// 	path: '/lowCode/sqlAmis/edit',
-	// 	component: '/project/yw/lowCode/sqlAmis/edit/SqlAmisEdit.vue',
-	// },
+	{
+		name: 'SupervisorPrompt',
+		isKeepAlive: true,
+		isAffix: false,
+		path: '/supervisorPrompt',
+		component: '/project/yw/systemManage/supervisorPrompt/SupervisorPrompt.vue',
+	},
+	{
+		name: 'DataSourceMgr',
+		isKeepAlive: true,
+		isAffix: false,
+		path: '/dataSourceMgr',
+		component: '/project/yw/systemManage/dataSourceMgr/DataSourceMgr.vue',
+	},
 	//#region ====================== 鏁版嵁绠$悊 ======================
 
 	{
@@ -72,12 +200,34 @@
 		component: '/project/yw/dataManage/knowledge/ViewKnowledge.vue',
 	},
 	{
+		name: 'ViewSegmentationFile',
+		isKeepAlive: true,
+		isAffix: false,
+		path: '/knowledge/viewSegmentationFile',
+		component: '/project/yw/dataManage/viewKnowBase/ViewSegmentationFile.vue',
+	},
+	{
 		name: 'ViewFile',
 		isKeepAlive: true,
 		isAffix: false,
 		path: '/knowledge/viewFile',
-		component: '/project/yw/dataManage/knowledge/viewKnowBase/ViewFile.vue',
+		component: '/project/yw/dataManage/viewKnowBase/ViewFile.vue',
 	},
-
+	{
+		name: 'WorkFlowIndex',
+		isKeepAlive: true,
+		isAffix: false,
+		path: '/workFlow/WorkFlowIndex',
+		component: '/project/yw/dataManage/workFlowMgr/WorkFlowIndex.vue',
+	},
+	//#endregion
+	//#region ====================== 鎺ㄨ崘闂 ======================
+	{
+		name: 'RecommendQuestions',
+		isKeepAlive: true,
+		isAffix: false,
+		path: '/recommendQuestions',
+		component: '/project/yw/systemManage/questionMgr/RecommendQuestions.vue',
+	}
 	//#endregion
 ];

--
Gitblit v1.9.3