Skip to content

Commit

Permalink
Login:添加登录
Browse files Browse the repository at this point in the history
  • Loading branch information
linxin committed Aug 30, 2019
1 parent 60eeaaf commit 2ebf10e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ export default new Router({
},
{
path: '/login',
component: () => import(/* webpackChunkName: "login" */ '../components/page/Login.vue')
component: () => import(/* webpackChunkName: "login" */ '../components/page/Login.vue'),
meta: { title: '登录' }
},
{
path: '*',
Expand Down

0 comments on commit 2ebf10e

Please sign in to comment.