@@ -254,7 +254,7 @@ const routes = [
component: () => import('@/views/yearPlan/index.vue'),
},
{
- path: '/register/login',
+ path: '/login',
name: 'login',
meta: { title: '登录', sub: '管理' },
component: () => import('@/views/register/login.vue'),