change name

This commit is contained in:
Pan 2019-04-04 12:57:28 +08:00
parent c11da275e6
commit 619bd4a73c
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,6 +1,6 @@
<script>
export default {
name: 'Authredirect',
name: 'AuthRedirect',
created() {
const hash = window.location.search.slice(1)
if (window.localStorage) {