From 1598df378ab18d8388483d129439eec3cac38afe Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期四, 20 三月 2025 15:38:10 +0800 Subject: [PATCH] 添加 n8n 节点 --- customer_list/yw/static/config/route.js | 130 +++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 123 insertions(+), 7 deletions(-) diff --git a/customer_list/yw/static/config/route.js b/customer_list/yw/static/config/route.js index c43ce4a..94d0bee 100644 --- a/customer_list/yw/static/config/route.js +++ b/customer_list/yw/static/config/route.js @@ -1,5 +1,111 @@ 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: 'AmisEditor', isKeepAlive: true, isAffix: false, @@ -13,13 +119,7 @@ path: '/dimensionMgr', component: '/project/yw/systemManage/dimensionMgr/DimensionMgr.vue', }, - { - name: 'MetricMgr', - isKeepAlive: true, - isAffix: true, - path: '/home', - component: '/project/yw/systemManage/metricMgr/MetricMgr.vue', - }, + { name: 'SqlAmis', isKeepAlive: true, @@ -106,5 +206,21 @@ path: '/knowledge/viewFile', 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