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