Skip to content

Commit 2ebf10e

Browse files
author
linxin
committed
Login:添加登录
1 parent 60eeaaf commit 2ebf10e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/router/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ export default new Router({
106106
},
107107
{
108108
path: '/login',
109-
component: () => import(/* webpackChunkName: "login" */ '../components/page/Login.vue')
109+
component: () => import(/* webpackChunkName: "login" */ '../components/page/Login.vue'),
110+
meta: { title: '登录' }
110111
},
111112
{
112113
path: '*',

0 commit comments

Comments
 (0)