|
|
@@ -189,9 +189,9 @@ if (t == 0) {
|
|
|
|
|
|
Mock.mock('/api/getUserList', 'post', getUserList());
|
|
|
// 学生列表
|
|
|
- Mock.mock('http://192.168.0.10:8080/UserListInfo', 'post', testStudent(8));
|
|
|
+ Mock.mock('http://192.168.0.10:8080/UserListInfo', 'post', testStudent(12));
|
|
|
// 下课排名
|
|
|
- Mock.mock('http://192.168.0.10:8080/ClassUserRank', 'post', testStudent(8));
|
|
|
+ Mock.mock('http://192.168.0.10:8080/ClassUserRank', 'post', testStudent(24));
|
|
|
// 上课状态
|
|
|
Mock.mock('http://192.168.0.10:8080/ClassStatQuery', 'post', getClassStat());
|
|
|
// 新同学 0 999
|