src/router/index.js
@@ -6,7 +6,7 @@ routes: [ { path: '/', redirect: '/index/hmode' redirect: '/login' }, // 登陆页面 { @@ -25,6 +25,11 @@ name: 'historyMode', component: () => import('@/views/historymode/HistoryMode.vue') }, { path: 'hmode2', name: 'historyMode2', component: () => import('@/views/historymode/HistoryMode2.vue') }, // 走航监测 { path: 'rmode',