wujingjing
2025-04-08 92d65447c6681635068b212fc5d9f72c8a665d2c
customer_list/ch/static/config/route.js
@@ -1,13 +1,34 @@
window.route = [
   {
      name: 'Home',
      isKeepAlive: false,
      isKeepAlive: true,
      isAffix: false,
      path: '/home',
      component: '/project/ch/home/Home.vue',
      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,
@@ -15,6 +36,27 @@
      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,
   },
   {
      name: 'AboutUs',
@@ -23,6 +65,28 @@
      path: '/AboutUs',
      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,
   }
];