Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhigang.li committed Nov 23, 2017
1 parent da7fdce commit e16c977
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/router/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export const locking = {
export const otherRouter = {
path: '/',
name: 'otherRouter',
redirect: '/home',
component: Main,
children: [
{ path: 'home', title: {i18n: 'home'}, name: 'home_index', component: resolve => { require(['@/views/home/home.vue'], resolve); } },
Expand Down

0 comments on commit e16c977

Please sign in to comment.