wujingjing
2024-10-25 a34acfc9181792e2c4a6fa113bd9e21780c5224d
customer_list/yw/static/config/route.js
@@ -1,23 +1,80 @@
window.route = [
   {
      name: 'AmisEditor',
      name: 'ChatLog',
      isKeepAlive: true,
      isAffix: true,
      path: '/amisEditor',
      component: '/project/yw/lowCode/amis/AmisEditor.vue',
      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: '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,
      path: '/metricMgr',
      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: 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: '/home',
      path: '/pageMgr',
      component: '/project/yw/lowCode/sqlAmis/SqlAmis.vue',
   },
   {
@@ -27,13 +84,13 @@
      path: '/supervisorPrompt',
      component: '/project/yw/systemManage/supervisorPrompt/SupervisorPrompt.vue',
   },
   // {
   //    name: 'SqlAmisEdit',
   //    isKeepAlive: true,
   //    isAffix: false,
   //    path: '/lowCode/sqlAmis/edit',
   //    component: '/project/yw/lowCode/sqlAmis/edit/SqlAmisEdit.vue',
   // },
   {
      name: 'DataSourceMgr',
      isKeepAlive: true,
      isAffix: false,
      path: '/dataSourceMgr',
      component: '/project/yw/systemManage/dataSourceMgr/DataSourceMgr.vue',
   },
   //#region ====================== 数据管理 ======================
   {
@@ -100,4 +157,13 @@
      component: '/project/yw/dataManage/viewKnowBase/ViewFile.vue',
   },
   //#endregion
   //#region ====================== 推荐问题 ======================
   {
      name: 'RecommendQuestions',
      isKeepAlive: true,
      isAffix: false,
      path: '/recommendQuestions',
      component: '/project/yw/systemManage/questionMgr/RecommendQuestions.vue',
   }
   //#endregion
];