wujingjing
2025-01-02 31adf735882bc748da682e17748ee029656c6b47
customer_list/yw/static/config/route.js
@@ -1,25 +1,139 @@
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: '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 +186,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
];