wujingjing
2024-06-27 f6dcf75fafffe0634804389b22663882db414363
customer_list/ch/static/config/route.js
@@ -1,5 +1,4 @@
window.route = [
   {
      name: 'Home',
      isKeepAlive: true,
@@ -7,6 +6,7 @@
      path: '/home',
      component: '/project/ch/home/Home.vue',
      redirect: null,
      showTitle: false,
   },
   {
      name: 'Scenario',
@@ -15,6 +15,6 @@
      path: '/Scenario',
      component: '/project/ch/home/Scenario.vue',
      redirect: null,
   }
      showTitle: true,
   },
];