浏览代码

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 // 页面权重
     }
   }

部分文件因为文件数量过多而无法显示