mo 2 năm trước cách đây
mục cha
commit
db8399d9e3
1 tập tin đã thay đổi với 20 bổ sung2 xóa
  1. 20 2
      src/router/routes-student.ts

+ 20 - 2
src/router/routes-student.ts

@@ -75,14 +75,16 @@ export default [
         meta: {
           title: '我的乐团'
         }
-      }, {
+      },
+      {
         path: '/photo-detail',
         name: 'photo-detail',
         component: () => import('@/student/my-orchestra/photo-detail'),
         meta: {
           title: '相片'
         }
-      }, {
+      },
+      {
         path: '/apply-withdrawal',
         name: 'apply-withdrawal',
         component: () => import('@/student/my-orchestra/apply-withdrawal'),
@@ -151,6 +153,22 @@ export default [
         meta: {
           title: '排行榜'
         }
+      },
+      {
+        path: '/exercise-record',
+        name: 'exercise-record',
+        component: () => import('@/views/exercise-record'),
+        meta: {
+          title: '练习记录'
+        }
+      },
+      {
+        path: '/exercis-detail',
+        name: 'exercis-detail',
+        component: () => import('@/views/exercise-record/exercis-detail'),
+        meta: {
+          title: '练习统计'
+        }
       }
     ]
   },