diff --git a/src/router/index.js b/src/router/index.js index aa974c3..2326f46 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -45,7 +45,7 @@ const routes = [{ icon: 'desktop', name: '历史监控' }, - component: () => import('@/views/history/index') + component: () => import('@/views/historyMonitoring/index') }, { path: 'roadwayManage', name: 'roadwayManage', diff --git a/src/views/history/index.vue b/src/views/historyMonitoring/index.vue similarity index 100% rename from src/views/history/index.vue rename to src/views/historyMonitoring/index.vue