|
@@ -26,7 +26,7 @@ const routes = [
|
|
|
component: () => import('@/views/Main.vue'),
|
|
component: () => import('@/views/Main.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
title: "首页",
|
|
title: "首页",
|
|
|
- clmid: "1",
|
|
|
|
|
|
|
+ // clmid: "1",
|
|
|
}
|
|
}
|
|
|
}, {
|
|
}, {
|
|
|
path: '/member',
|
|
path: '/member',
|
|
@@ -34,7 +34,7 @@ const routes = [
|
|
|
component: () => import('@/views/Member.vue'),
|
|
component: () => import('@/views/Member.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
title: "会员管理",
|
|
title: "会员管理",
|
|
|
- clmid: "2",
|
|
|
|
|
|
|
+ // clmid: "2",
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
@@ -43,7 +43,7 @@ const routes = [
|
|
|
component: () => import('@/views/tempUser.vue'),
|
|
component: () => import('@/views/tempUser.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
title: "临时会员",
|
|
title: "临时会员",
|
|
|
- clmid: "33",
|
|
|
|
|
|
|
+ // clmid: "33",
|
|
|
}
|
|
}
|
|
|
},{
|
|
},{
|
|
|
path: '/lesson',
|
|
path: '/lesson',
|
|
@@ -51,7 +51,7 @@ const routes = [
|
|
|
component: () => import('@/views/Lesson.vue'),
|
|
component: () => import('@/views/Lesson.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
title: "课程模板",
|
|
title: "课程模板",
|
|
|
- clmid: "3",
|
|
|
|
|
|
|
+ // clmid: "3",
|
|
|
}
|
|
}
|
|
|
}, {
|
|
}, {
|
|
|
path: '/lessonTable',
|
|
path: '/lessonTable',
|
|
@@ -59,7 +59,7 @@ const routes = [
|
|
|
component: () => import('@/views/LessonTable.vue'),
|
|
component: () => import('@/views/LessonTable.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
title: "课程表模板",
|
|
title: "课程表模板",
|
|
|
- clmid: "4",
|
|
|
|
|
|
|
+ // clmid: "4",
|
|
|
}
|
|
}
|
|
|
}, {
|
|
}, {
|
|
|
path: '/editLessonTable',
|
|
path: '/editLessonTable',
|
|
@@ -67,7 +67,7 @@ const routes = [
|
|
|
component: () => import('@/views/EditLessonTable.vue'),
|
|
component: () => import('@/views/EditLessonTable.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
title: "编辑课程表模板",
|
|
title: "编辑课程表模板",
|
|
|
- clmid: "4",
|
|
|
|
|
|
|
+ // clmid: "4",
|
|
|
}
|
|
}
|
|
|
}, {
|
|
}, {
|
|
|
path: '/editLessonManage',
|
|
path: '/editLessonManage',
|
|
@@ -75,7 +75,7 @@ const routes = [
|
|
|
component: () => import('@/views/EditLessonManage.vue'),
|
|
component: () => import('@/views/EditLessonManage.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
title: "编辑课程表",
|
|
title: "编辑课程表",
|
|
|
- clmid: "5",
|
|
|
|
|
|
|
+ // clmid: "5",
|
|
|
}
|
|
}
|
|
|
}, {
|
|
}, {
|
|
|
path: '/adminManage',
|
|
path: '/adminManage',
|
|
@@ -83,7 +83,7 @@ const routes = [
|
|
|
component: () => import('@/views/AdminManage.vue'),
|
|
component: () => import('@/views/AdminManage.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
title: "管理员管理",
|
|
title: "管理员管理",
|
|
|
- clmid: "13",
|
|
|
|
|
|
|
+ // clmid: "13",
|
|
|
}
|
|
}
|
|
|
}, {
|
|
}, {
|
|
|
path: '/log',
|
|
path: '/log',
|
|
@@ -91,7 +91,7 @@ const routes = [
|
|
|
component: () => import('@/views/Log.vue'),
|
|
component: () => import('@/views/Log.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
title: "操作日志",
|
|
title: "操作日志",
|
|
|
- clmid: "14",
|
|
|
|
|
|
|
+ // clmid: "14",
|
|
|
}
|
|
}
|
|
|
}, {
|
|
}, {
|
|
|
path: '/demoDevice',
|
|
path: '/demoDevice',
|
|
@@ -99,7 +99,7 @@ const routes = [
|
|
|
component: () => import('@/views/demoDevice.vue'),
|
|
component: () => import('@/views/demoDevice.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
title: "演示设备",
|
|
title: "演示设备",
|
|
|
- clmid: "15",
|
|
|
|
|
|
|
+ // clmid: "15",
|
|
|
}
|
|
}
|
|
|
}, {
|
|
}, {
|
|
|
path: '/shopManage',
|
|
path: '/shopManage',
|
|
@@ -107,7 +107,7 @@ const routes = [
|
|
|
component: () => import('@/views/ShopManage.vue'),
|
|
component: () => import('@/views/ShopManage.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
title: "店面管理",
|
|
title: "店面管理",
|
|
|
- clmid: "12",
|
|
|
|
|
|
|
+ // clmid: "12",
|
|
|
}
|
|
}
|
|
|
}, {
|
|
}, {
|
|
|
path: '/adminSetting',
|
|
path: '/adminSetting',
|
|
@@ -115,7 +115,7 @@ const routes = [
|
|
|
component: () => import('@/views/AdminSetting.vue'),
|
|
component: () => import('@/views/AdminSetting.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
title: "系统设置",
|
|
title: "系统设置",
|
|
|
- clmid: "22",
|
|
|
|
|
|
|
+ // clmid: "22",
|
|
|
}
|
|
}
|
|
|
}, {
|
|
}, {
|
|
|
path: '/lessonManage',
|
|
path: '/lessonManage',
|
|
@@ -123,7 +123,7 @@ const routes = [
|
|
|
component: () => import('@/views/lessonManage.vue'),
|
|
component: () => import('@/views/lessonManage.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
title: "课程表管理",
|
|
title: "课程表管理",
|
|
|
- clmid: "5",
|
|
|
|
|
|
|
+ // clmid: "5",
|
|
|
}
|
|
}
|
|
|
}, {
|
|
}, {
|
|
|
path: '/coach',
|
|
path: '/coach',
|
|
@@ -131,7 +131,7 @@ const routes = [
|
|
|
component: () => import('@/views/coach.vue'),
|
|
component: () => import('@/views/coach.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
title: "教练管理",
|
|
title: "教练管理",
|
|
|
- clmid: "6",
|
|
|
|
|
|
|
+ // clmid: "6",
|
|
|
}
|
|
}
|
|
|
}, {
|
|
}, {
|
|
|
path: '/appoint',
|
|
path: '/appoint',
|
|
@@ -139,7 +139,7 @@ const routes = [
|
|
|
component: () => import('@/views/appoint.vue'),
|
|
component: () => import('@/views/appoint.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
title: "预约管理",
|
|
title: "预约管理",
|
|
|
- clmid: "7",
|
|
|
|
|
|
|
+ // clmid: "7",
|
|
|
}
|
|
}
|
|
|
}, {
|
|
}, {
|
|
|
path: '/record',
|
|
path: '/record',
|
|
@@ -147,7 +147,7 @@ const routes = [
|
|
|
component: () => import('@/views/record.vue'),
|
|
component: () => import('@/views/record.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
title: "预约记录",
|
|
title: "预约记录",
|
|
|
- clmid: "8",
|
|
|
|
|
|
|
+ // clmid: "8",
|
|
|
}
|
|
}
|
|
|
}, {
|
|
}, {
|
|
|
path: '/cost',
|
|
path: '/cost',
|
|
@@ -155,7 +155,7 @@ const routes = [
|
|
|
component: () => import('@/views/cost.vue'),
|
|
component: () => import('@/views/cost.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
title: "消费记录",
|
|
title: "消费记录",
|
|
|
- clmid: "9",
|
|
|
|
|
|
|
+ // clmid: "9",
|
|
|
}
|
|
}
|
|
|
}, {
|
|
}, {
|
|
|
path: '/setting',
|
|
path: '/setting',
|
|
@@ -163,7 +163,7 @@ const routes = [
|
|
|
component: () => import('@/views/setting.vue'),
|
|
component: () => import('@/views/setting.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
title: "系统设置",
|
|
title: "系统设置",
|
|
|
- clmid: "22",
|
|
|
|
|
|
|
+ // clmid: "22",
|
|
|
}
|
|
}
|
|
|
}, {
|
|
}, {
|
|
|
path: '/finish',
|
|
path: '/finish',
|
|
@@ -171,7 +171,7 @@ const routes = [
|
|
|
component: () => import('@/views/finish.vue'),
|
|
component: () => import('@/views/finish.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
title: "下课管理",
|
|
title: "下课管理",
|
|
|
- clmid: "10",
|
|
|
|
|
|
|
+ // clmid: "10",
|
|
|
}
|
|
}
|
|
|
}, {
|
|
}, {
|
|
|
path: '/finishDetail',
|
|
path: '/finishDetail',
|
|
@@ -179,7 +179,7 @@ const routes = [
|
|
|
component: () => import('@/views/finishDetail.vue'),
|
|
component: () => import('@/views/finishDetail.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
title: "下课管理",
|
|
title: "下课管理",
|
|
|
- clmid: "10",
|
|
|
|
|
|
|
+ // clmid: "10",
|
|
|
}
|
|
}
|
|
|
}, {
|
|
}, {
|
|
|
path: '/courses',
|
|
path: '/courses',
|
|
@@ -187,7 +187,7 @@ const routes = [
|
|
|
component: () => import('@/views/courses.vue'),
|
|
component: () => import('@/views/courses.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
title: "课程管理",
|
|
title: "课程管理",
|
|
|
- clmid: "10",
|
|
|
|
|
|
|
+ // clmid: "10",
|
|
|
}
|
|
}
|
|
|
},{
|
|
},{
|
|
|
path: '/coursesHistory',
|
|
path: '/coursesHistory',
|
|
@@ -195,7 +195,7 @@ const routes = [
|
|
|
component: () => import('@/views/coursesHistory.vue'),
|
|
component: () => import('@/views/coursesHistory.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
title: "课程管理 历史记录",
|
|
title: "课程管理 历史记录",
|
|
|
- clmid: "10",
|
|
|
|
|
|
|
+ // clmid: "10",
|
|
|
}
|
|
}
|
|
|
}, {
|
|
}, {
|
|
|
path: '/classPrepare',
|
|
path: '/classPrepare',
|
|
@@ -203,7 +203,7 @@ const routes = [
|
|
|
component: () => import('@/views/classPrepare.vue'),
|
|
component: () => import('@/views/classPrepare.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
title: "准备上课",
|
|
title: "准备上课",
|
|
|
- clmid: "10",
|
|
|
|
|
|
|
+ // clmid: "10",
|
|
|
}
|
|
}
|
|
|
}, {
|
|
}, {
|
|
|
path: '/classInfoDetail',
|
|
path: '/classInfoDetail',
|
|
@@ -211,7 +211,7 @@ const routes = [
|
|
|
component: () => import('@/views/classInfoDetail.vue'),
|
|
component: () => import('@/views/classInfoDetail.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
title: "课程成绩",
|
|
title: "课程成绩",
|
|
|
- clmid: "10",
|
|
|
|
|
|
|
+ // clmid: "10",
|
|
|
}
|
|
}
|
|
|
}, {
|
|
}, {
|
|
|
path: '/courseEdit',
|
|
path: '/courseEdit',
|
|
@@ -219,7 +219,7 @@ const routes = [
|
|
|
component: () => import('@/views/courseEdit.vue'),
|
|
component: () => import('@/views/courseEdit.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
title: "课程管理",
|
|
title: "课程管理",
|
|
|
- clmid: "10",
|
|
|
|
|
|
|
+ // clmid: "10",
|
|
|
}
|
|
}
|
|
|
}, {
|
|
}, {
|
|
|
path: '/heartEquip',
|
|
path: '/heartEquip',
|
|
@@ -227,7 +227,7 @@ const routes = [
|
|
|
component: () => import('@/views/heartEquip.vue'),
|
|
component: () => import('@/views/heartEquip.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
title: "心率设备",
|
|
title: "心率设备",
|
|
|
- clmid: "10",
|
|
|
|
|
|
|
+ // clmid: "10",
|
|
|
}
|
|
}
|
|
|
}, {
|
|
}, {
|
|
|
path: '/heartEquipPerson',
|
|
path: '/heartEquipPerson',
|
|
@@ -235,7 +235,7 @@ const routes = [
|
|
|
component: () => import('@/views/heartEquipPerson.vue'),
|
|
component: () => import('@/views/heartEquipPerson.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
title: "私有心率设备",
|
|
title: "私有心率设备",
|
|
|
- clmid: "10",
|
|
|
|
|
|
|
+ // clmid: "10",
|
|
|
}
|
|
}
|
|
|
}, {
|
|
}, {
|
|
|
path: '/heartLog',
|
|
path: '/heartLog',
|
|
@@ -243,7 +243,7 @@ const routes = [
|
|
|
component: () => import('@/views/heartLog.vue'),
|
|
component: () => import('@/views/heartLog.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
title: "设备记录",
|
|
title: "设备记录",
|
|
|
- clmid: "10",
|
|
|
|
|
|
|
+ // clmid: "10",
|
|
|
}
|
|
}
|
|
|
}, {
|
|
}, {
|
|
|
path: '/bindRecord',
|
|
path: '/bindRecord',
|
|
@@ -251,7 +251,7 @@ const routes = [
|
|
|
component: () => import('@/views/bindRecord.vue'),
|
|
component: () => import('@/views/bindRecord.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
title: "绑定记录",
|
|
title: "绑定记录",
|
|
|
- clmid: "10",
|
|
|
|
|
|
|
+ // clmid: "10",
|
|
|
}
|
|
}
|
|
|
}, {
|
|
}, {
|
|
|
path: '/region',
|
|
path: '/region',
|
|
@@ -259,7 +259,7 @@ const routes = [
|
|
|
component: () => import('@/views/region.vue'),
|
|
component: () => import('@/views/region.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
title: "区域管理",
|
|
title: "区域管理",
|
|
|
- clmid: "10",
|
|
|
|
|
|
|
+ // clmid: "10",
|
|
|
}
|
|
}
|
|
|
},{
|
|
},{
|
|
|
path: '/test',
|
|
path: '/test',
|
|
@@ -267,7 +267,7 @@ const routes = [
|
|
|
component: () => import('@/views/Test.vue'),
|
|
component: () => import('@/views/Test.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
title: "test",
|
|
title: "test",
|
|
|
- clmid: "10",
|
|
|
|
|
|
|
+ // clmid: "10",
|
|
|
}
|
|
}
|
|
|
}, {
|
|
}, {
|
|
|
path: '/regionEquip',
|
|
path: '/regionEquip',
|
|
@@ -275,7 +275,7 @@ const routes = [
|
|
|
component: () => import('@/views/regionEquip.vue'),
|
|
component: () => import('@/views/regionEquip.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
title: "区域设备",
|
|
title: "区域设备",
|
|
|
- clmid: "10",
|
|
|
|
|
|
|
+ // clmid: "10",
|
|
|
}
|
|
}
|
|
|
}, {
|
|
}, {
|
|
|
path: '/relevancePhone',
|
|
path: '/relevancePhone',
|
|
@@ -283,7 +283,7 @@ const routes = [
|
|
|
component: () => import('@/views/relevancePhone.vue'),
|
|
component: () => import('@/views/relevancePhone.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
title: "关联手机",
|
|
title: "关联手机",
|
|
|
- clmid: "2",
|
|
|
|
|
|
|
+ // clmid: "2",
|
|
|
}
|
|
}
|
|
|
},{
|
|
},{
|
|
|
path: '/AcrossVip',
|
|
path: '/AcrossVip',
|
|
@@ -291,7 +291,7 @@ const routes = [
|
|
|
component: () => import('@/views/AcrossVip.vue'),
|
|
component: () => import('@/views/AcrossVip.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
title: "跨店会员",
|
|
title: "跨店会员",
|
|
|
- clmid: "11",
|
|
|
|
|
|
|
+ // clmid: "11",
|
|
|
}
|
|
}
|
|
|
},{
|
|
},{
|
|
|
path: '/online',
|
|
path: '/online',
|
|
@@ -299,7 +299,7 @@ const routes = [
|
|
|
component: () => import('@/views/online.vue'),
|
|
component: () => import('@/views/online.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
title: "在线上课",
|
|
title: "在线上课",
|
|
|
- clmid: "3",
|
|
|
|
|
|
|
+ // clmid: "3",
|
|
|
}
|
|
}
|
|
|
},{
|
|
},{
|
|
|
path: '/versionControlMefisto',
|
|
path: '/versionControlMefisto',
|
|
@@ -307,7 +307,7 @@ const routes = [
|
|
|
component: () => import('@/views/versionControlMefisto.vue'),
|
|
component: () => import('@/views/versionControlMefisto.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
title: "app版本控制",
|
|
title: "app版本控制",
|
|
|
- clmid: "999",
|
|
|
|
|
|
|
+ // clmid: "999",
|
|
|
}
|
|
}
|
|
|
},{
|
|
},{
|
|
|
path: '/versionControlVideo',
|
|
path: '/versionControlVideo',
|
|
@@ -315,7 +315,7 @@ const routes = [
|
|
|
component: () => import('@/views/versionControlVideo.vue'),
|
|
component: () => import('@/views/versionControlVideo.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
title: "视频app版本控制",
|
|
title: "视频app版本控制",
|
|
|
- clmid: "999",
|
|
|
|
|
|
|
+ // clmid: "999",
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
]
|
|
]
|