wujingjing
2025-04-01 d5ef0fe419c0b3a83c3c73a63fb54353572a8103
customer_list/ch/static/config/route.js
@@ -8,6 +8,25 @@
      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',