riku
2024-11-11 d205764a3ebe073b8302e8faf9345b74ae3350df
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',