wujingjing
2025-03-21 197e3949af92e687e9e06bd2daf539b6b665d06d
customer_list/yw/static/config/route.js
@@ -1,18 +1,132 @@
window.route = [
   {
      name: 'AmisEditor',
      name: 'AgentGraph',
      isKeepAlive: true,
      isAffix: true,
      path: '/amisEditor',
      component: '/project/yw/lowCode/amis/AmisEditor.vue',
      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: 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: 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,
@@ -99,5 +213,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
];