import road from '@/views/road/road' import roadCongestionTable from '@/views/road/roadCongestionTable' import stationCongestionTable from '@/views/road/stationCongestionTable' export default [ { path: '/road', name: 'road', component: road }, { path: '/roadCongestionTable', name: 'roadCongestionTable', component: roadCongestionTable }, { path: '/stationCongestionTable', name: 'stationCongestionTable', component: stationCongestionTable }, ]