| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 | export default [  "/setSilder/save-form",  "/contentManager/accompaniment", // 教学伴奏  "/orderList/orderAudit", // 订单管理 订单审核  "/business/teamCourseList", // 课表列表  "/business/auditList", // 费用审核列表  "/business/forecastName", // 预报名  "/orderList/financeManager", // 财务管理  "/vipClassSet/vipParameterManager", // VIP参数设置  "/vipClassSet/branchActive", // VIP分部活动列表  "/vipClassSet/branchActiveOperation", // VIP分部活动修改  "/vipClassSet/vipChargeSeting", // VIP课程收费设置  "/vipClassSet/vipActiveList", // VIP活动方案  "/vipClassSet/vipNewActive", // VIP活动方案修改  "/workbench", // 首页  "/main/notClassStudent", // 未在班级学员  "/journal/journal", // 系统日志  "/business/accompany", // 网管课管理  "/business/accompanys", // 网管课详情  "/journal/classFeesIsOk", // 课酬列表  "/journal/requestProcessing", // 课酬申述  "/journal/payAppeal", // 考勤申诉  "/teamList", // 乐团列表  "/business/vipList", // vip列表  "/business/teacherList", // 老师列表  "/business/studentList", // 学员管理  "/business/studentDetail", // 学员管理详情  // '/operateManager/HumanResources'  "/business/attendanceList",  "/userManager/studentManager/returnVisitList", // 回访记录  "/business/levelManager",  "/matchManager/matchManager",  "/luckyDraw/lotteryManager", // 抽奖活动管理  "/luckyDraw/trophyManager", // 奖品设置  "/luckyDraw/lotteryRecord", // 抽奖记录  "/specialSetup/globalConfig", // 全局配置  "/specialSetup/globalMusicGroup",  "/specialSetup/globalSubjects",  "/specialSetup/adminManager", // 系统角色权限管理  "/specialSetup/adminoperation",  "/reportForm/index", // 报表中心  "/business/repairList", // 维修单列表  "/business/afterSchoolManager", // 课外训练  "/business/afterSchoolDetail", // 课外训练详情  "/insideSetting/staffManager", // 员工管理  "/insideSetting/branchManager", // 合作单位  "/insideSetting/addressManager", // 教学点管理  "/insideSetting/branchSetting", // 分部设置  "/insideSetting/chargeManager", // 收费管理  "/insideSetting/editionList", // 版本控制  "/insideSetting/adapayManager", // 汇仁账号管理  "/insideSetting/adapayOperation", //  "/operateManager/stuRecodeManager", // 学生考勤  "/operateManager/operateStudent", // 运营指标  "/operateManager/serverIndexList", // 服务指标  "/operateManager/settlementList", // 结转奖励  "/insideSetting/entryActivities", // 时间充值活动  "/insideSetting/entryOperation",  "/insideSetting/helpContent", // 帮助中心  "/insideSetting/helpCategory", // 帮助中心分类  "/shopManager/shopManager", // 商品管理  "/shopManager/shopOperation", // 商品详情  "/shopManager/purchaseLlist", // 进货清单  "/shopManager/shopCategory",  "/operateManager/operationalList", // 运营预警  "/operateManager/sporadicManager", //零星收费  "/operateManager/recodeList", // 老师考勤列表  "/operateManager/HumanResources", //人力资源表  "/operateManager/commentManager", // 评论管理  "/orderList/income", // 订单管理  "/orderList/backOrder", // 退费管理  "/orderList/expend", // 提现列表  "/orderList/salesList", // 销售列表  "/orderList/payRecord", // 支出记录  "/orderList/businessStatement", // 经营报表  "/business/buildVip", // 新建vip  "/orderList/resetList", // 更换列表  "/orderList/incomeOut", // 对外订单管理  "/business/signupList", // 报名缴费  "/teamLists", //进行中 查看  "/business/teamTeacherRecord", // 进行中 查看 上课记录  "/business/teamLookBase", // 筹备中 乐团信息  "/business/vipReset", // vip修改  "/business/vipDetail", // vip查看  "/contentManager/contentManager", // 内容管理  "/contentManager/contentOperation", // 内容编辑  "/business/teamCLassList", // 班级列表  "/business/musicInspection", // 乐团巡查  "/main/scheduleDetail",  "/business/WithdrawalApplication", // 退团申请  "/business/teacherDetail",  "/arrearage-students",  "/business/strudentPayInfo",  "/timedTask/timedTask",  "/business/musicalManager", // 乐器维护  "/business/createPayment",  "/business/teamDraft",  "/business/teamAudit",  "/business/auditFailed",  "/business/resetTeaming", // 进行中修改  "/business/teacherOperationUpdate",  "/business/ArrearageStudents",  "/operateManager/serverDetail", // 服务指标明细  "/business/remedy", //  "/setSilder/setSilder",  "/downList", //下载列表  "/business/reaplceMusicPlayer", // 乐器置换  "/operateManager/userAskList",  // '/business/feeAudit',  "/baseRulersManager",  "/courseRulersManager",  "/earlyWarning",  "/holidaySetting",  "/business/studentPaySet",  "/staffPlatManager",  "/infoOAMananger",  "/business/createLiveClass",  "/business/liveClassDetail",  "/liveClassManager",  "/tenantApply",  "/platformAdminManger", // 平台员工管理  "/studentManager/smallStudentManager",  "/memberShareList",  "/agentList",  "/groupChatManager", // 群组管理  "/littleArtistCamp", // 小小艺术家训练营  "/sysGroupCat",  "/business/liveStudentList",  "/studentManager/courseCredentials" // 排课资格];
 |