Commit 11d3b73d authored by youjie's avatar youjie

no message

parent bb5e1239
...@@ -246,7 +246,7 @@ export function batchSaveClassPlan(data) { ...@@ -246,7 +246,7 @@ export function batchSaveClassPlan(data) {
/** /**
* 新增修改班级 * 班级信息
* @param {JSON数据} data * @param {JSON数据} data
*/ */
export function getClassInfo(data) { export function getClassInfo(data) {
......
...@@ -1815,6 +1815,21 @@ const routes = [{ ...@@ -1815,6 +1815,21 @@ const routes = [{
component: () => component: () =>
import ("pages/stuMan/classRecord") import ("pages/stuMan/classRecord")
}, },
{
path: "/stuMan/AppointmentStatistics", //学管 学员预约统计
component: () =>
import ("pages/stuMan/AppointmentStatistics")
},
{
path: "/stuMan/ClassEliminationStatistics", //学管 学员消课统计
component: () =>
import ("pages/stuMan/ClassEliminationStatistics")
},
{
path: "/stuMan/appointmentConfiguration", //学管 学员预约配置
component: () =>
import ("pages/stuMan/appointmentConfiguration")
},
{ {
path: "/stuMan/studentManage", //学管 学员管理 path: "/stuMan/studentManage", //学管 学员管理
component: () => component: () =>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment