perf: optimize page view name (#1835)

This commit is contained in:
花裤衩
2019-04-04 12:58:37 +08:00
committed by GitHub
parent 184125bdd3
commit 43115e5538
5 changed files with 4 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ export const constantRoutes = [
},
{
path: '/auth-redirect',
component: () => import('@/views/login/authredirect'),
component: () => import('@/views/login/authRedirect'),
hidden: true
},
{