ZhangXianQiang
2024-06-18 68fcf9e66c01e78d9d6d6f0dc09d8dac3cb31672
src/router/index.js
@@ -5,7 +5,7 @@
const routes = [
  {
    path: '/',
    redirect: '/index'
    redirect: '/login'
  },
  {
@@ -24,6 +24,11 @@
      },
    ]
  },
  // 登录
  {
    path: '/login',
    component: () => import('@/views/login/index.vue'),
  },
  // 在线培训
  {
    path: '/train',