|
@@ -6,8 +6,8 @@ let teacherRouter = [
|
|
|
import(/* webpackChunkName:'CallNames'*/ "@/views/teacher/CallNames.vue"),
|
|
|
meta: {
|
|
|
descrition: "点名",
|
|
|
- weight: 1 // 页面权重
|
|
|
- }
|
|
|
+ weight: 1, // 页面权重
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: "/attendance",
|
|
@@ -18,8 +18,8 @@ let teacherRouter = [
|
|
|
),
|
|
|
meta: {
|
|
|
descrition: "历史考勤统计",
|
|
|
- weight: 1 // 页面权重
|
|
|
- }
|
|
|
+ weight: 1, // 页面权重
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: "/bookingset",
|
|
@@ -30,8 +30,8 @@ let teacherRouter = [
|
|
|
),
|
|
|
meta: {
|
|
|
descrition: "试听课设置",
|
|
|
- weight: 1 // 页面权重
|
|
|
- }
|
|
|
+ weight: 1, // 页面权重
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: "/teachingschool",
|
|
@@ -42,8 +42,8 @@ let teacherRouter = [
|
|
|
),
|
|
|
meta: {
|
|
|
descrition: "教学点设置",
|
|
|
- weight: 1 // 页面权重
|
|
|
- }
|
|
|
+ weight: 1, // 页面权重
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: "/teachingset",
|
|
@@ -54,8 +54,8 @@ let teacherRouter = [
|
|
|
),
|
|
|
meta: {
|
|
|
descrition: "教学点设置",
|
|
|
- weight: 2 // 页面权重
|
|
|
- }
|
|
|
+ weight: 2, // 页面权重
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: "/business",
|
|
@@ -64,8 +64,8 @@ let teacherRouter = [
|
|
|
import(/* webpackChunkName:'Business'*/ "@/views/teacher/Business.vue"),
|
|
|
meta: {
|
|
|
descrition: "业务",
|
|
|
- weight: 1 // 页面权重
|
|
|
- }
|
|
|
+ weight: 1, // 页面权重
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: "/approval",
|
|
@@ -74,8 +74,8 @@ let teacherRouter = [
|
|
|
import(/* webpackChunkName:'Approval'*/ "@/views/teacher/Approval.vue"),
|
|
|
meta: {
|
|
|
descrition: "需我审批",
|
|
|
- weight: 2 // 页面权重
|
|
|
- }
|
|
|
+ weight: 2, // 页面权重
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: "/ccme",
|
|
@@ -84,8 +84,8 @@ let teacherRouter = [
|
|
|
import(/* webpackChunkName:'CcMe'*/ "@/views/teacher/CcMe.vue"),
|
|
|
meta: {
|
|
|
descrition: "抄送我的",
|
|
|
- weight: 3 // 页面权重
|
|
|
- }
|
|
|
+ weight: 3, // 页面权重
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: "/istarted",
|
|
@@ -94,8 +94,8 @@ let teacherRouter = [
|
|
|
import(/* webpackChunkName:'IStarted'*/ "@/views/teacher/IStarted.vue"),
|
|
|
meta: {
|
|
|
descrition: "我发起的",
|
|
|
- weight: 4 // 页面权重
|
|
|
- }
|
|
|
+ weight: 4, // 页面权重
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: "/starteddetail",
|
|
@@ -106,8 +106,8 @@ let teacherRouter = [
|
|
|
),
|
|
|
meta: {
|
|
|
descrition: "我发起的",
|
|
|
- weight: 5 // 页面权重
|
|
|
- }
|
|
|
+ weight: 5, // 页面权重
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: "/periodadjust",
|
|
@@ -118,8 +118,8 @@ let teacherRouter = [
|
|
|
),
|
|
|
meta: {
|
|
|
descrition: "课程调整",
|
|
|
- weight: 6 // 页面权重
|
|
|
- }
|
|
|
+ weight: 6, // 页面权重
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: "/periodchange",
|
|
@@ -130,8 +130,8 @@ let teacherRouter = [
|
|
|
),
|
|
|
meta: {
|
|
|
descrition: "课时交换",
|
|
|
- weight: 7 // 页面权重
|
|
|
- }
|
|
|
+ weight: 7, // 页面权重
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: "/leave",
|
|
@@ -140,8 +140,8 @@ let teacherRouter = [
|
|
|
import(/* webpackChunkName:'Leave'*/ "@/views/teacher/Leave.vue"),
|
|
|
meta: {
|
|
|
descrition: "请假",
|
|
|
- weight: 1 // 页面权重
|
|
|
- }
|
|
|
+ weight: 1, // 页面权重
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: "/vipapply",
|
|
@@ -150,8 +150,8 @@ let teacherRouter = [
|
|
|
import(/* webpackChunkName:'VIPApply'*/ "@/views/teacher/VIPApply.vue"),
|
|
|
meta: {
|
|
|
descrition: "VIP课程班申请",
|
|
|
- weight: 1 // 页面权重
|
|
|
- }
|
|
|
+ weight: 1, // 页面权重
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: "/order",
|
|
@@ -160,8 +160,8 @@ let teacherRouter = [
|
|
|
import(/* webpackChunkName:'order'*/ "@/views/teacher/order.vue"),
|
|
|
meta: {
|
|
|
descrition: "订单列表",
|
|
|
- weight: 1 // 页面权重
|
|
|
- }
|
|
|
+ weight: 1, // 页面权重
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: "/privacy",
|
|
@@ -170,8 +170,8 @@ let teacherRouter = [
|
|
|
import(/* webpackChunkName: "privacy" */ "@/views/teacher/privacy"),
|
|
|
meta: {
|
|
|
descrition: "隐私协议",
|
|
|
- weight: 8 // 页面权重
|
|
|
- }
|
|
|
+ weight: 8, // 页面权重
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: "/studyReport",
|
|
@@ -180,28 +180,32 @@ let teacherRouter = [
|
|
|
import(/* webpackChunkName: "privacy" */ "@/views/teacher/studyReport"),
|
|
|
meta: {
|
|
|
descrition: "学习报告",
|
|
|
- weight: 8 // 页面权重
|
|
|
- }
|
|
|
+ weight: 8, // 页面权重
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: "/studyReportNew",
|
|
|
name: "studyReportNew",
|
|
|
component: () =>
|
|
|
- import(/* webpackChunkName: "privacy" */ "@/views/teacher/studyReportNew"),
|
|
|
+ import(
|
|
|
+ /* webpackChunkName: "privacy" */ "@/views/teacher/studyReportNew"
|
|
|
+ ),
|
|
|
meta: {
|
|
|
descrition: "学习报告",
|
|
|
- weight: 8 // 页面权重
|
|
|
- }
|
|
|
+ weight: 8, // 页面权重
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: "/reportDetailNew",
|
|
|
name: "reportDetailNew",
|
|
|
component: () =>
|
|
|
- import(/* webpackChunkName: "privacy" */ "@/views/teacher/reportDetailNew"),
|
|
|
+ import(
|
|
|
+ /* webpackChunkName: "privacy" */ "@/views/teacher/reportDetailNew"
|
|
|
+ ),
|
|
|
meta: {
|
|
|
descrition: "学习报告",
|
|
|
- weight: 8 // 页面权重
|
|
|
- }
|
|
|
+ weight: 8, // 页面权重
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: "/reportDetail",
|
|
@@ -210,8 +214,8 @@ let teacherRouter = [
|
|
|
import(/* webpackChunkName: "privacy" */ "@/views/teacher/reportDetail"),
|
|
|
meta: {
|
|
|
descrition: "学习报告",
|
|
|
- weight: 8 // 页面权重
|
|
|
- }
|
|
|
+ weight: 8, // 页面权重
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: "/tobeReport",
|
|
@@ -220,110 +224,175 @@ let teacherRouter = [
|
|
|
import(/* webpackChunkName: "privacy" */ "@/views/teacher/tobeReport"),
|
|
|
meta: {
|
|
|
descrition: "待完成月报",
|
|
|
- weight: 8 // 页面权重
|
|
|
- }
|
|
|
+ weight: 8, // 页面权重
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: "/visitList",
|
|
|
name: "visitList",
|
|
|
component: () =>
|
|
|
- import(/* webpackChunkName: "visitList" */ "@/views/visitManager/visitList"),
|
|
|
+ import(
|
|
|
+ /* webpackChunkName: "visitList" */ "@/views/visitManager/visitList"
|
|
|
+ ),
|
|
|
meta: {
|
|
|
descrition: "回访记录",
|
|
|
- weight: 8 // 页面权重
|
|
|
- }
|
|
|
+ weight: 8, // 页面权重
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
path: "/addVisit",
|
|
|
name: "addVisit",
|
|
|
component: () =>
|
|
|
- import(/* webpackChunkName: "addVisit" */ "@/views/visitManager/addVisit"),
|
|
|
+ import(
|
|
|
+ /* webpackChunkName: "addVisit" */ "@/views/visitManager/addVisit"
|
|
|
+ ),
|
|
|
meta: {
|
|
|
descrition: "回访记录",
|
|
|
- weight: 8 // 页面权重
|
|
|
- }
|
|
|
- }, {
|
|
|
+ weight: 8, // 页面权重
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
path: "/visitDetail",
|
|
|
name: "visitDetail",
|
|
|
component: () =>
|
|
|
- import(/* webpackChunkName: "visitDetail" */ "@/views/visitManager/visitDetail"),
|
|
|
+ import(
|
|
|
+ /* webpackChunkName: "visitDetail" */ "@/views/visitManager/visitDetail"
|
|
|
+ ),
|
|
|
meta: {
|
|
|
descrition: "回访记录",
|
|
|
- weight: 8 // 页面权重
|
|
|
- }
|
|
|
- }, {
|
|
|
- path: '/rules',
|
|
|
- name: 'rules',
|
|
|
- component: () => import(/* webpackChunkName:'UserProtocol'*/'@/views/rules/index.vue'),
|
|
|
- meta: {
|
|
|
- descrition: '签到签到课酬扣减规则',
|
|
|
- weight: 3 // 页面权重
|
|
|
- }
|
|
|
- }, {
|
|
|
- path: '/assistCenter',
|
|
|
- name: 'assistCenter',
|
|
|
- component: () => import(/* webpackChunkName:'assistCenter'*/'@/views/rules/assistCenter.vue'),
|
|
|
- meta: {
|
|
|
- descrition: '帮助中心',
|
|
|
- weight: 3 // 页面权重
|
|
|
- }
|
|
|
- }, {
|
|
|
- path: '/specialDetail',
|
|
|
- name: 'specialDetail',
|
|
|
- component: () => import(/* webpackChunkName:'specialDetail'*/'@/views/teacher/specialDetail.vue'),
|
|
|
- meta: {
|
|
|
- descrition: '系统通知',
|
|
|
- weight: 3 // 页面权重
|
|
|
- }
|
|
|
- }, {
|
|
|
- path: '/special',
|
|
|
- name: 'special',
|
|
|
- component: () => import(/* webpackChunkName:'special'*/'@/views/teacher/special.vue'),
|
|
|
- meta: {
|
|
|
- descrition: '系统通知列表',
|
|
|
- weight: 3 // 页面权重
|
|
|
- }
|
|
|
- }, {
|
|
|
- path: '/trainStatistics',
|
|
|
- name: 'trainStatistics',
|
|
|
- component: () => import(/* webpackChunkName:'trainStatistics'*/'@/views/trainStatistics/index.vue'),
|
|
|
- meta: {
|
|
|
- descrition: '训练统计',
|
|
|
- weight: 3 // 页面权重
|
|
|
- }
|
|
|
- }, {
|
|
|
- path: '/trainDetail',
|
|
|
- name: 'trainDetail',
|
|
|
- component: () => import(/* webpackChunkName:'trainDetail'*/'@/views/trainStatistics/trainDetail.vue'),
|
|
|
- meta: {
|
|
|
- descrition: '评测详情',
|
|
|
- weight: 3 // 页面权重
|
|
|
- }
|
|
|
- }, {
|
|
|
- path: '/activeProgram',
|
|
|
- name: 'activeProgram',
|
|
|
- component: () => import(/* webpackChunkName:'activeProgram'*/'@/views/activeProgram/index.vue'),
|
|
|
- meta: {
|
|
|
- descrition: '活动方案',
|
|
|
- weight: 3 // 页面权重
|
|
|
- }
|
|
|
- }, {
|
|
|
- path: '/activeDetail',
|
|
|
- name: 'activeDetail',
|
|
|
- component: () => import(/* webpackChunkName:'activeDetail'*/'@/views/activeProgram/activeDetail.vue'),
|
|
|
- meta: {
|
|
|
- descrition: '活动详情',
|
|
|
- weight: 3 // 页面权重
|
|
|
- }
|
|
|
- }, {
|
|
|
- path: '/program',
|
|
|
- name: 'program',
|
|
|
- component: () => import(/* webpackChunkName:'program'*/'@/views/activeProgram/program.vue'),
|
|
|
- meta: {
|
|
|
- descrition: '活动详情',
|
|
|
- weight: 3 // 页面权重
|
|
|
- }
|
|
|
- }
|
|
|
+ weight: 8, // 页面权重
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "/rules",
|
|
|
+ name: "rules",
|
|
|
+ component: () =>
|
|
|
+ import(/* webpackChunkName:'UserProtocol'*/ "@/views/rules/index.vue"),
|
|
|
+ meta: {
|
|
|
+ descrition: "签到签到课酬扣减规则",
|
|
|
+ weight: 3, // 页面权重
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "/assistCenter",
|
|
|
+ name: "assistCenter",
|
|
|
+ component: () =>
|
|
|
+ import(
|
|
|
+ /* webpackChunkName:'assistCenter'*/ "@/views/rules/assistCenter.vue"
|
|
|
+ ),
|
|
|
+ meta: {
|
|
|
+ descrition: "帮助中心",
|
|
|
+ weight: 3, // 页面权重
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "/specialDetail",
|
|
|
+ name: "specialDetail",
|
|
|
+ component: () =>
|
|
|
+ import(
|
|
|
+ /* webpackChunkName:'specialDetail'*/ "@/views/teacher/specialDetail.vue"
|
|
|
+ ),
|
|
|
+ meta: {
|
|
|
+ descrition: "系统通知",
|
|
|
+ weight: 3, // 页面权重
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "/special",
|
|
|
+ name: "special",
|
|
|
+ component: () =>
|
|
|
+ import(/* webpackChunkName:'special'*/ "@/views/teacher/special.vue"),
|
|
|
+ meta: {
|
|
|
+ descrition: "系统通知列表",
|
|
|
+ weight: 3, // 页面权重
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "/trainStatistics",
|
|
|
+ name: "trainStatistics",
|
|
|
+ component: () =>
|
|
|
+ import(
|
|
|
+ /* webpackChunkName:'trainStatistics'*/ "@/views/trainStatistics/index.vue"
|
|
|
+ ),
|
|
|
+ meta: {
|
|
|
+ descrition: "训练统计",
|
|
|
+ weight: 3, // 页面权重
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "/trainDetail",
|
|
|
+ name: "trainDetail",
|
|
|
+ component: () =>
|
|
|
+ import(
|
|
|
+ /* webpackChunkName:'trainDetail'*/ "@/views/trainStatistics/trainDetail.vue"
|
|
|
+ ),
|
|
|
+ meta: {
|
|
|
+ descrition: "评测详情",
|
|
|
+ weight: 3, // 页面权重
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "/activeProgram",
|
|
|
+ name: "activeProgram",
|
|
|
+ component: () =>
|
|
|
+ import(
|
|
|
+ /* webpackChunkName:'activeProgram'*/ "@/views/activeProgram/index.vue"
|
|
|
+ ),
|
|
|
+ meta: {
|
|
|
+ descrition: "活动方案",
|
|
|
+ weight: 3, // 页面权重
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "/activeDetail",
|
|
|
+ name: "activeDetail",
|
|
|
+ component: () =>
|
|
|
+ import(
|
|
|
+ /* webpackChunkName:'activeDetail'*/ "@/views/activeProgram/activeDetail.vue"
|
|
|
+ ),
|
|
|
+ meta: {
|
|
|
+ descrition: "活动详情",
|
|
|
+ weight: 3, // 页面权重
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "/program",
|
|
|
+ name: "program",
|
|
|
+ component: () =>
|
|
|
+ import(
|
|
|
+ /* webpackChunkName:'program'*/ "@/views/activeProgram/program.vue"
|
|
|
+ ),
|
|
|
+ meta: {
|
|
|
+ descrition: "活动详情",
|
|
|
+ weight: 3, // 页面权重
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "/liveRoomList",
|
|
|
+ name: "liveRoomList",
|
|
|
+ component: () =>
|
|
|
+ import(
|
|
|
+ /* webpackChunkName: "liveRoomList" */ "@/views/liveActive/liveRoomList"
|
|
|
+ ),
|
|
|
+ meta: {
|
|
|
+ clearAuth: 1,
|
|
|
+ descrition: "直播间",
|
|
|
+ weight: 8, // 页面权重
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "/previewVideo",
|
|
|
+ name: "previewVideo",
|
|
|
+ component: () =>
|
|
|
+ import(
|
|
|
+ /* webpackChunkName: "previewVideo" */ "@/views/liveActive/model/previewVideo"
|
|
|
+ ),
|
|
|
+ meta: {
|
|
|
+ clearAuth: 1,
|
|
|
+ descrition: "直播视频列表",
|
|
|
+ weight: 8, // 页面权重
|
|
|
+ },
|
|
|
+ },
|
|
|
];
|
|
|
|
|
|
export default teacherRouter;
|