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