|
@@ -7,14 +7,14 @@ const routes = [
|
|
|
{
|
|
|
path: '/',
|
|
|
name: 'index',
|
|
|
- meta: { title: '班级首页', isleftarrow: false },
|
|
|
+ meta: { title: '班级列表', isleftarrow: false },
|
|
|
component: () => import('../views/index.vue'),
|
|
|
},
|
|
|
// 班级首页
|
|
|
{
|
|
|
path: '/home/index',
|
|
|
name: 'home_index',
|
|
|
- meta: { title: '首页', isleftarrow: true },
|
|
|
+ meta: { title: '班级首页', isleftarrow: true },
|
|
|
component: () => import('../views/home/index.vue'),
|
|
|
},
|
|
|
// 班级名单
|