wujingjing
2025-04-08 92d65447c6681635068b212fc5d9f72c8a665d2c
customer_list/ch/static/config/route.js
@@ -8,13 +8,43 @@
      redirect: null,
      showTitle: false,
   },
   //应用场景
   {
      name: 'WorkspaceSituation',
      isKeepAlive: true,
      isAffix: false,
      path: '/workspace/situation',
      component: '/project/ch/workspace/situation/index.vue',
      redirect: null,
      showTitle: true,
   },
   {
      name: 'GisSituation',
      isKeepAlive: true,
      isAffix: false,
      path: '/gis/situation',
      component: '/project/ch/gis/situation/index.vue',
      redirect: null,
      showTitle: true,
   },
   //应用场景(主场景根据当前ID显示次场景)
   {
      name: 'Scenario',
      isKeepAlive: false,
      isAffix: false,
      path: '/Scenario',
      component: '/project/ch/home/Scenario.vue',
      redirect: null,
      showTitle: true,
   },
   //应用场景(主场景显示所有的次场景)
   {
      name: 'AllScenario',
      isKeepAlive: false,
      isAffix: false,
      path: '/AllScenario',
      component: '/project/ch/home/AllScenario.vue',
      redirect: null,
      showTitle: true,
   },
@@ -45,7 +75,18 @@
      path: '/ask_answer',
      component: '/project/ch/askAnswer/AskAnswer.vue',
      redirect: null,
      showTitle: true,
   },
   {
      name:'ShareAnswer',
      isKeepAlive: true,
      isAffix: false,
      path: '/share',
      component: '/project/ch/askAnswer/AskAnswer.vue',
      redirect: null,
      showTitle: false,
   }
];