Browse Source

修改login的path

lrf402788946 5 năm trước cách đây
mục cha
commit
12e3a52f10
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -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'),