From c11da275e63a9cf6eea3268732ba91bc2df46923 Mon Sep 17 00:00:00 2001 From: Pan Date: Thu, 4 Apr 2019 12:54:23 +0800 Subject: [PATCH] change name --- src/router/index.js | 2 +- src/views/login/{auth-redirect.vue => authRedirect.vue} | 0 src/views/login/index.vue | 2 +- src/views/login/{social-signin.vue => socialSignin.vue} | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename src/views/login/{auth-redirect.vue => authRedirect.vue} (100%) rename src/views/login/{social-signin.vue => socialSignin.vue} (100%) diff --git a/src/router/index.js b/src/router/index.js index a883d398..22dad190 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -57,7 +57,7 @@ export const constantRoutes = [ }, { path: '/auth-redirect', - component: () => import('@/views/login/authredirect'), + component: () => import('@/views/login/authRedirect'), hidden: true }, { diff --git a/src/views/login/auth-redirect.vue b/src/views/login/authRedirect.vue similarity index 100% rename from src/views/login/auth-redirect.vue rename to src/views/login/authRedirect.vue diff --git a/src/views/login/index.vue b/src/views/login/index.vue index ac467584..979cfcb4 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -77,7 +77,7 @@