소스 검색

02/21 15:09

11
261568008@qq.com 5 년 전
부모
커밋
8030c27399
3개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 0
      dist/index.html
  2. 0 0
      dist/js/app.3325413b.js
  3. 2 2
      src/router/teacherRouter.js

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/js/app.3325413b.js


+ 2 - 2
src/router/teacherRouter.js

@@ -179,7 +179,7 @@ let teacherRouter = [
     component: () =>
       import(/* webpackChunkName: "privacy" */ "@/views/teacher/studyReport"),
     meta: {
-      descrition: "陪练报告",
+      descrition: "学习报告",
       weight: 8 // 页面权重
     }
   },
@@ -189,7 +189,7 @@ let teacherRouter = [
     component: () =>
       import(/* webpackChunkName: "privacy" */ "@/views/teacher/reportDetail"),
     meta: {
-      descrition: "陪练报告",
+      descrition: "学习报告",
       weight: 8 // 页面权重
     }
   }

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.