guhongwei 4 years ago
parent
commit
28056878a0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/router/index.js

+ 2 - 2
src/router/index.js

@@ -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'),
   },
   // 班级名单