|
@@ -2,8 +2,7 @@ let teacherRouter = [
|
|
|
{
|
|
|
path: "/callnames",
|
|
|
name: "callnames",
|
|
|
- component: () =>
|
|
|
- import(/* webpackChunkName:'CallNames'*/ "@/views/teacher/CallNames.vue"),
|
|
|
+ component: () => import(/* webpackChunkName:'CallNames'*/ "@/views/teacher/CallNames.vue"),
|
|
|
meta: {
|
|
|
descrition: "点名",
|
|
|
weight: 1, // 页面权重
|
|
@@ -12,10 +11,7 @@ let teacherRouter = [
|
|
|
{
|
|
|
path: "/attendance",
|
|
|
name: "attendance",
|
|
|
- component: () =>
|
|
|
- import(
|
|
|
- /* webpackChunkName:'Attendance'*/ "@/views/teacher/Attendance.vue"
|
|
|
- ),
|
|
|
+ component: () => import(/* webpackChunkName:'Attendance'*/ "@/views/teacher/Attendance.vue"),
|
|
|
meta: {
|
|
|
descrition: "历史考勤统计",
|
|
|
weight: 1, // 页面权重
|
|
@@ -24,10 +20,7 @@ let teacherRouter = [
|
|
|
{
|
|
|
path: "/bookingset",
|
|
|
name: "bookingset",
|
|
|
- component: () =>
|
|
|
- import(
|
|
|
- /* webpackChunkName:'BookingSet'*/ "@/views/teacher/BookingSet.vue"
|
|
|
- ),
|
|
|
+ component: () => import(/* webpackChunkName:'BookingSet'*/ "@/views/teacher/BookingSet.vue"),
|
|
|
meta: {
|
|
|
descrition: "试听课设置",
|
|
|
weight: 1, // 页面权重
|
|
@@ -36,10 +29,7 @@ let teacherRouter = [
|
|
|
{
|
|
|
path: "/teachingschool",
|
|
|
name: "teachingschool",
|
|
|
- component: () =>
|
|
|
- import(
|
|
|
- /* webpackChunkName:'TeachingSchool'*/ "@/views/teacher/TeachingSchool.vue"
|
|
|
- ),
|
|
|
+ component: () => import(/* webpackChunkName:'TeachingSchool'*/ "@/views/teacher/TeachingSchool.vue"),
|
|
|
meta: {
|
|
|
descrition: "教学点设置",
|
|
|
weight: 1, // 页面权重
|
|
@@ -48,10 +38,7 @@ let teacherRouter = [
|
|
|
{
|
|
|
path: "/teachingset",
|
|
|
name: "teachingset",
|
|
|
- component: () =>
|
|
|
- import(
|
|
|
- /* webpackChunkName:'TeachingSet'*/ "@/views/teacher/TeachingSet.vue"
|
|
|
- ),
|
|
|
+ component: () => import(/* webpackChunkName:'TeachingSet'*/ "@/views/teacher/TeachingSet.vue"),
|
|
|
meta: {
|
|
|
descrition: "教学点设置",
|
|
|
weight: 2, // 页面权重
|
|
@@ -60,8 +47,7 @@ let teacherRouter = [
|
|
|
{
|
|
|
path: "/business",
|
|
|
name: "business",
|
|
|
- component: () =>
|
|
|
- import(/* webpackChunkName:'Business'*/ "@/views/teacher/Business.vue"),
|
|
|
+ component: () => import(/* webpackChunkName:'Business'*/ "@/views/teacher/Business.vue"),
|
|
|
meta: {
|
|
|
descrition: "业务",
|
|
|
weight: 1, // 页面权重
|
|
@@ -70,8 +56,7 @@ let teacherRouter = [
|
|
|
{
|
|
|
path: "/approval",
|
|
|
name: "approval",
|
|
|
- component: () =>
|
|
|
- import(/* webpackChunkName:'Approval'*/ "@/views/teacher/Approval.vue"),
|
|
|
+ component: () => import(/* webpackChunkName:'Approval'*/ "@/views/teacher/Approval.vue"),
|
|
|
meta: {
|
|
|
descrition: "需我审批",
|
|
|
weight: 2, // 页面权重
|
|
@@ -80,8 +65,7 @@ let teacherRouter = [
|
|
|
{
|
|
|
path: "/ccme",
|
|
|
name: "ccme",
|
|
|
- component: () =>
|
|
|
- import(/* webpackChunkName:'CcMe'*/ "@/views/teacher/CcMe.vue"),
|
|
|
+ component: () => import(/* webpackChunkName:'CcMe'*/ "@/views/teacher/CcMe.vue"),
|
|
|
meta: {
|
|
|
descrition: "抄送我的",
|
|
|
weight: 3, // 页面权重
|
|
@@ -90,8 +74,7 @@ let teacherRouter = [
|
|
|
{
|
|
|
path: "/istarted",
|
|
|
name: "istarted",
|
|
|
- component: () =>
|
|
|
- import(/* webpackChunkName:'IStarted'*/ "@/views/teacher/IStarted.vue"),
|
|
|
+ component: () => import(/* webpackChunkName:'IStarted'*/ "@/views/teacher/IStarted.vue"),
|
|
|
meta: {
|
|
|
descrition: "我发起的",
|
|
|
weight: 4, // 页面权重
|
|
@@ -100,10 +83,7 @@ let teacherRouter = [
|
|
|
{
|
|
|
path: "/starteddetail",
|
|
|
name: "starteddetail",
|
|
|
- component: () =>
|
|
|
- import(
|
|
|
- /* webpackChunkName:'StartedDetail'*/ "@/views/teacher/StartedDetail.vue"
|
|
|
- ),
|
|
|
+ component: () => import(/* webpackChunkName:'StartedDetail'*/ "@/views/teacher/StartedDetail.vue"),
|
|
|
meta: {
|
|
|
descrition: "我发起的",
|
|
|
weight: 5, // 页面权重
|
|
@@ -112,10 +92,7 @@ let teacherRouter = [
|
|
|
{
|
|
|
path: "/periodadjust",
|
|
|
name: "periodadjust",
|
|
|
- component: () =>
|
|
|
- import(
|
|
|
- /* webpackChunkName:'PeriodAdjust'*/ "@/views/teacher/PeriodAdjust.vue"
|
|
|
- ),
|
|
|
+ component: () => import(/* webpackChunkName:'PeriodAdjust'*/ "@/views/teacher/PeriodAdjust.vue"),
|
|
|
meta: {
|
|
|
descrition: "课程调整",
|
|
|
weight: 6, // 页面权重
|
|
@@ -124,10 +101,7 @@ let teacherRouter = [
|
|
|
{
|
|
|
path: "/periodchange",
|
|
|
name: "periodchange",
|
|
|
- component: () =>
|
|
|
- import(
|
|
|
- /* webpackChunkName:'PeriodChange'*/ "@/views/teacher/PeriodChange.vue"
|
|
|
- ),
|
|
|
+ component: () => import(/* webpackChunkName:'PeriodChange'*/ "@/views/teacher/PeriodChange.vue"),
|
|
|
meta: {
|
|
|
descrition: "课时交换",
|
|
|
weight: 7, // 页面权重
|
|
@@ -136,18 +110,16 @@ let teacherRouter = [
|
|
|
{
|
|
|
path: "/leave",
|
|
|
name: "leave",
|
|
|
- component: () =>
|
|
|
- import(/* webpackChunkName:'Leave'*/ "@/views/teacher/Leave.vue"),
|
|
|
+ component: () => import(/* webpackChunkName:'Leave'*/ "@/views/teacher/Leave.vue"),
|
|
|
meta: {
|
|
|
- descrition: "请假",
|
|
|
+ descrition: "课程请假",
|
|
|
weight: 1, // 页面权重
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
path: "/vipapply",
|
|
|
name: "vipapply",
|
|
|
- component: () =>
|
|
|
- import(/* webpackChunkName:'VIPApply'*/ "@/views/teacher/VIPApply.vue"),
|
|
|
+ component: () => import(/* webpackChunkName:'VIPApply'*/ "@/views/teacher/VIPApply.vue"),
|
|
|
meta: {
|
|
|
descrition: "VIP课程班申请",
|
|
|
weight: 1, // 页面权重
|
|
@@ -156,8 +128,7 @@ let teacherRouter = [
|
|
|
{
|
|
|
path: "/order",
|
|
|
name: "order",
|
|
|
- component: () =>
|
|
|
- import(/* webpackChunkName:'order'*/ "@/views/teacher/order.vue"),
|
|
|
+ component: () => import(/* webpackChunkName:'order'*/ "@/views/teacher/order.vue"),
|
|
|
meta: {
|
|
|
descrition: "订单列表",
|
|
|
weight: 1, // 页面权重
|
|
@@ -166,8 +137,7 @@ let teacherRouter = [
|
|
|
{
|
|
|
path: "/privacy",
|
|
|
name: "privacy",
|
|
|
- component: () =>
|
|
|
- import(/* webpackChunkName: "privacy" */ "@/views/teacher/privacy"),
|
|
|
+ component: () => import(/* webpackChunkName: "privacy" */ "@/views/teacher/privacy"),
|
|
|
meta: {
|
|
|
descrition: "隐私协议",
|
|
|
weight: 8, // 页面权重
|
|
@@ -176,8 +146,7 @@ let teacherRouter = [
|
|
|
{
|
|
|
path: "/studyReport",
|
|
|
name: "studyReport",
|
|
|
- component: () =>
|
|
|
- import(/* webpackChunkName: "privacy" */ "@/views/teacher/studyReport"),
|
|
|
+ component: () => import(/* webpackChunkName: "privacy" */ "@/views/teacher/studyReport"),
|
|
|
meta: {
|
|
|
descrition: "学习报告",
|
|
|
weight: 8, // 页面权重
|
|
@@ -186,10 +155,7 @@ let teacherRouter = [
|
|
|
{
|
|
|
path: "/studyReportNew",
|
|
|
name: "studyReportNew",
|
|
|
- component: () =>
|
|
|
- import(
|
|
|
- /* webpackChunkName: "privacy" */ "@/views/teacher/studyReportNew"
|
|
|
- ),
|
|
|
+ component: () => import(/* webpackChunkName: "privacy" */ "@/views/teacher/studyReportNew"),
|
|
|
meta: {
|
|
|
descrition: "学习报告",
|
|
|
weight: 8, // 页面权重
|
|
@@ -198,10 +164,7 @@ let teacherRouter = [
|
|
|
{
|
|
|
path: "/reportDetailNew",
|
|
|
name: "reportDetailNew",
|
|
|
- component: () =>
|
|
|
- import(
|
|
|
- /* webpackChunkName: "privacy" */ "@/views/teacher/reportDetailNew"
|
|
|
- ),
|
|
|
+ component: () => import(/* webpackChunkName: "privacy" */ "@/views/teacher/reportDetailNew"),
|
|
|
meta: {
|
|
|
descrition: "学习报告",
|
|
|
weight: 8, // 页面权重
|
|
@@ -210,8 +173,7 @@ let teacherRouter = [
|
|
|
{
|
|
|
path: "/reportDetail",
|
|
|
name: "reportDetail",
|
|
|
- component: () =>
|
|
|
- import(/* webpackChunkName: "privacy" */ "@/views/teacher/reportDetail"),
|
|
|
+ component: () => import(/* webpackChunkName: "privacy" */ "@/views/teacher/reportDetail"),
|
|
|
meta: {
|
|
|
descrition: "学习报告",
|
|
|
weight: 8, // 页面权重
|
|
@@ -220,8 +182,7 @@ let teacherRouter = [
|
|
|
{
|
|
|
path: "/tobeReport",
|
|
|
name: "tobeReport",
|
|
|
- component: () =>
|
|
|
- import(/* webpackChunkName: "privacy" */ "@/views/teacher/tobeReport"),
|
|
|
+ component: () => import(/* webpackChunkName: "privacy" */ "@/views/teacher/tobeReport"),
|
|
|
meta: {
|
|
|
descrition: "待完成月报",
|
|
|
weight: 8, // 页面权重
|
|
@@ -230,10 +191,7 @@ let teacherRouter = [
|
|
|
{
|
|
|
path: "/visitList",
|
|
|
name: "visitList",
|
|
|
- component: () =>
|
|
|
- import(
|
|
|
- /* webpackChunkName: "visitList" */ "@/views/visitManager/visitList"
|
|
|
- ),
|
|
|
+ component: () => import(/* webpackChunkName: "visitList" */ "@/views/visitManager/visitList"),
|
|
|
meta: {
|
|
|
descrition: "回访记录",
|
|
|
weight: 8, // 页面权重
|
|
@@ -242,10 +200,7 @@ let teacherRouter = [
|
|
|
{
|
|
|
path: "/addVisit",
|
|
|
name: "addVisit",
|
|
|
- component: () =>
|
|
|
- import(
|
|
|
- /* webpackChunkName: "addVisit" */ "@/views/visitManager/addVisit"
|
|
|
- ),
|
|
|
+ component: () => import(/* webpackChunkName: "addVisit" */ "@/views/visitManager/addVisit"),
|
|
|
meta: {
|
|
|
descrition: "回访记录",
|
|
|
weight: 8, // 页面权重
|
|
@@ -254,10 +209,7 @@ let teacherRouter = [
|
|
|
{
|
|
|
path: "/visitDetail",
|
|
|
name: "visitDetail",
|
|
|
- component: () =>
|
|
|
- import(
|
|
|
- /* webpackChunkName: "visitDetail" */ "@/views/visitManager/visitDetail"
|
|
|
- ),
|
|
|
+ component: () => import(/* webpackChunkName: "visitDetail" */ "@/views/visitManager/visitDetail"),
|
|
|
meta: {
|
|
|
descrition: "回访记录",
|
|
|
weight: 8, // 页面权重
|
|
@@ -266,8 +218,7 @@ let teacherRouter = [
|
|
|
{
|
|
|
path: "/rules",
|
|
|
name: "rules",
|
|
|
- component: () =>
|
|
|
- import(/* webpackChunkName:'UserProtocol'*/ "@/views/rules/index.vue"),
|
|
|
+ component: () => import(/* webpackChunkName:'UserProtocol'*/ "@/views/rules/index.vue"),
|
|
|
meta: {
|
|
|
descrition: "签到签到课酬扣减规则",
|
|
|
weight: 3, // 页面权重
|
|
@@ -276,10 +227,7 @@ let teacherRouter = [
|
|
|
{
|
|
|
path: "/assistCenter",
|
|
|
name: "assistCenter",
|
|
|
- component: () =>
|
|
|
- import(
|
|
|
- /* webpackChunkName:'assistCenter'*/ "@/views/rules/assistCenter.vue"
|
|
|
- ),
|
|
|
+ component: () => import(/* webpackChunkName:'assistCenter'*/ "@/views/rules/assistCenter.vue"),
|
|
|
meta: {
|
|
|
descrition: "帮助中心",
|
|
|
weight: 3, // 页面权重
|
|
@@ -288,10 +236,7 @@ let teacherRouter = [
|
|
|
{
|
|
|
path: "/specialDetail",
|
|
|
name: "specialDetail",
|
|
|
- component: () =>
|
|
|
- import(
|
|
|
- /* webpackChunkName:'specialDetail'*/ "@/views/teacher/specialDetail.vue"
|
|
|
- ),
|
|
|
+ component: () => import(/* webpackChunkName:'specialDetail'*/ "@/views/teacher/specialDetail.vue"),
|
|
|
meta: {
|
|
|
descrition: "系统通知",
|
|
|
weight: 3, // 页面权重
|
|
@@ -300,8 +245,7 @@ let teacherRouter = [
|
|
|
{
|
|
|
path: "/special",
|
|
|
name: "special",
|
|
|
- component: () =>
|
|
|
- import(/* webpackChunkName:'special'*/ "@/views/teacher/special.vue"),
|
|
|
+ component: () => import(/* webpackChunkName:'special'*/ "@/views/teacher/special.vue"),
|
|
|
meta: {
|
|
|
descrition: "系统通知列表",
|
|
|
weight: 3, // 页面权重
|
|
@@ -310,10 +254,7 @@ let teacherRouter = [
|
|
|
{
|
|
|
path: "/trainStatistics",
|
|
|
name: "trainStatistics",
|
|
|
- component: () =>
|
|
|
- import(
|
|
|
- /* webpackChunkName:'trainStatistics'*/ "@/views/trainStatistics/index.vue"
|
|
|
- ),
|
|
|
+ component: () => import(/* webpackChunkName:'trainStatistics'*/ "@/views/trainStatistics/index.vue"),
|
|
|
meta: {
|
|
|
descrition: "训练统计",
|
|
|
weight: 3, // 页面权重
|
|
@@ -322,10 +263,7 @@ let teacherRouter = [
|
|
|
{
|
|
|
path: "/trainDetail",
|
|
|
name: "trainDetail",
|
|
|
- component: () =>
|
|
|
- import(
|
|
|
- /* webpackChunkName:'trainDetail'*/ "@/views/trainStatistics/trainDetail.vue"
|
|
|
- ),
|
|
|
+ component: () => import(/* webpackChunkName:'trainDetail'*/ "@/views/trainStatistics/trainDetail.vue"),
|
|
|
meta: {
|
|
|
descrition: "评测详情",
|
|
|
weight: 3, // 页面权重
|
|
@@ -334,10 +272,7 @@ let teacherRouter = [
|
|
|
{
|
|
|
path: "/activeProgram",
|
|
|
name: "activeProgram",
|
|
|
- component: () =>
|
|
|
- import(
|
|
|
- /* webpackChunkName:'activeProgram'*/ "@/views/activeProgram/index.vue"
|
|
|
- ),
|
|
|
+ component: () => import(/* webpackChunkName:'activeProgram'*/ "@/views/activeProgram/index.vue"),
|
|
|
meta: {
|
|
|
descrition: "活动方案",
|
|
|
weight: 3, // 页面权重
|
|
@@ -346,10 +281,7 @@ let teacherRouter = [
|
|
|
{
|
|
|
path: "/activeCourseArrange",
|
|
|
name: "activeCourseArrange",
|
|
|
- component: () =>
|
|
|
- import(
|
|
|
- /* webpackChunkName:'activeCourseArrange'*/ "@/views/activeCourseArrange/index.vue"
|
|
|
- ),
|
|
|
+ component: () => import(/* webpackChunkName:'activeCourseArrange'*/ "@/views/activeCourseArrange/index.vue"),
|
|
|
meta: {
|
|
|
descrition: "活动排课",
|
|
|
weight: 3, // 页面权重
|
|
@@ -358,10 +290,7 @@ let teacherRouter = [
|
|
|
{
|
|
|
path: "/selectStudent",
|
|
|
name: "selectStudent",
|
|
|
- component: () =>
|
|
|
- import(
|
|
|
- /* webpackChunkName:'selectStudent'*/ "@/views/activeCourseArrange/selectStudent.vue"
|
|
|
- ),
|
|
|
+ component: () => import(/* webpackChunkName:'selectStudent'*/ "@/views/activeCourseArrange/selectStudent.vue"),
|
|
|
meta: {
|
|
|
descrition: "选择学员",
|
|
|
weight: 3, // 页面权重
|
|
@@ -370,10 +299,7 @@ let teacherRouter = [
|
|
|
{
|
|
|
path: "/classSchedule",
|
|
|
name: "classSchedule",
|
|
|
- component: () =>
|
|
|
- import(
|
|
|
- /* webpackChunkName:'classSchedule'*/ "@/views/activeCourseArrange/classSchedule.vue"
|
|
|
- ),
|
|
|
+ component: () => import(/* webpackChunkName:'classSchedule'*/ "@/views/activeCourseArrange/classSchedule.vue"),
|
|
|
meta: {
|
|
|
descrition: "排课详情",
|
|
|
weight: 3, // 页面权重
|
|
@@ -382,10 +308,7 @@ let teacherRouter = [
|
|
|
{
|
|
|
path: "/activeDetail",
|
|
|
name: "activeDetail",
|
|
|
- component: () =>
|
|
|
- import(
|
|
|
- /* webpackChunkName:'activeDetail'*/ "@/views/activeProgram/activeDetail.vue"
|
|
|
- ),
|
|
|
+ component: () => import(/* webpackChunkName:'activeDetail'*/ "@/views/activeProgram/activeDetail.vue"),
|
|
|
meta: {
|
|
|
descrition: "活动详情",
|
|
|
weight: 3, // 页面权重
|
|
@@ -394,10 +317,7 @@ let teacherRouter = [
|
|
|
{
|
|
|
path: "/program",
|
|
|
name: "program",
|
|
|
- component: () =>
|
|
|
- import(
|
|
|
- /* webpackChunkName:'program'*/ "@/views/activeProgram/program.vue"
|
|
|
- ),
|
|
|
+ component: () => import(/* webpackChunkName:'program'*/ "@/views/activeProgram/program.vue"),
|
|
|
meta: {
|
|
|
descrition: "活动详情",
|
|
|
weight: 3, // 页面权重
|
|
@@ -406,10 +326,7 @@ let teacherRouter = [
|
|
|
{
|
|
|
path: "/liveRoomList",
|
|
|
name: "liveRoomList",
|
|
|
- component: () =>
|
|
|
- import(
|
|
|
- /* webpackChunkName: "liveRoomList" */ "@/views/liveActive/liveRoomList"
|
|
|
- ),
|
|
|
+ component: () => import(/* webpackChunkName: "liveRoomList" */ "@/views/liveActive/liveRoomList"),
|
|
|
meta: {
|
|
|
clearAuth: 1,
|
|
|
descrition: "直播间",
|
|
@@ -419,10 +336,7 @@ let teacherRouter = [
|
|
|
{
|
|
|
path: "/previewVideo",
|
|
|
name: "previewVideo",
|
|
|
- component: () =>
|
|
|
- import(
|
|
|
- /* webpackChunkName: "previewVideo" */ "@/views/liveActive/model/previewVideo"
|
|
|
- ),
|
|
|
+ component: () => import(/* webpackChunkName: "previewVideo" */ "@/views/liveActive/model/previewVideo"),
|
|
|
meta: {
|
|
|
clearAuth: 1,
|
|
|
descrition: "直播视频列表",
|
|
@@ -432,10 +346,7 @@ let teacherRouter = [
|
|
|
{
|
|
|
path: "/studentList",
|
|
|
name: "studentList",
|
|
|
- component: () =>
|
|
|
- import(
|
|
|
- /* webpackChunkName:'studentList' */ "@/views/studentList/index.vue"
|
|
|
- ),
|
|
|
+ component: () => import(/* webpackChunkName:'studentList' */ "@/views/studentList/index.vue"),
|
|
|
meta: {
|
|
|
descrition: "学生列表",
|
|
|
weight: 2,
|
|
@@ -444,10 +355,7 @@ let teacherRouter = [
|
|
|
{
|
|
|
path: "/studentDetail",
|
|
|
name: "studentDetail",
|
|
|
- component: () =>
|
|
|
- import(
|
|
|
- /* webpackChunkName:'studentDetail' */ "@/views/studentList/studentDetail.vue"
|
|
|
- ),
|
|
|
+ component: () => import(/* webpackChunkName:'studentDetail' */ "@/views/studentList/studentDetail.vue"),
|
|
|
meta: {
|
|
|
descrition: "学生详情",
|
|
|
weight: 2,
|