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, }, ];