wujingjing
2025-04-01 d5ef0fe419c0b3a83c3c73a63fb54353572a8103
customer_list/ch/static/config/route.js
@@ -1,7 +1,7 @@
window.route = [
   {
      name: 'Home',
      isKeepAlive: false,
      isKeepAlive: true,
      isAffix: false,
      path: '/home',
      component: '/project/ch/home/Home.vue',
@@ -9,11 +9,51 @@
      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,
   },
   //应用场景详情
   {
      name: 'ScenarioDetails',
      isKeepAlive: false,
      isAffix: false,
      path: '/usage_scenario/detail',
      component: '/project/ch/home/ScenarioDetails.vue',
      redirect: null,
      showTitle: true,
   },
@@ -25,6 +65,27 @@
      component: '/project/ch/home/AboutUs.vue',
      redirect: null,
      showTitle: true,
   },
   {
      name: 'AskAnswer',
      isKeepAlive: true,
      isAffix: false,
      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,
   }
];