|
@@ -2,5 +2,12 @@ export default [
|
|
{
|
|
{
|
|
path: '/',
|
|
path: '/',
|
|
component: () => import('@/student/home/index')
|
|
component: () => import('@/student/home/index')
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/home',
|
|
|
|
+ component: () => import('@/student/home/index'),
|
|
|
|
+ meta: {
|
|
|
|
+ isLogin: false, // 是否需要登录
|
|
|
|
+ }
|
|
}
|
|
}
|
|
];
|
|
];
|