diff --git a/api/api.js b/api/api.js index 9cc6c06..78f16d0 100644 --- a/api/api.js +++ b/api/api.js @@ -9,3 +9,4 @@ export const setRefreshToken = (params) => post("/sys/refreshToken", params ); / export const setEntryV1 = (params) => post("/app/sys/user/entry", params ); // 入职 export const resignV1 = (params) => post("/app/sys/user/resign", params ); // 离职 export const getStudentInfoApi = (params) => post("/app/student/getStudentInfo", params ); // 获取学员信息 + diff --git a/api/index.js b/api/index.js index 4b52804..dfa2b9c 100644 --- a/api/index.js +++ b/api/index.js @@ -84,5 +84,5 @@ export const compareUserFaceCertify = (params) => post('/app/user/compareFace', export const compareUserVideoFaceCertify = (params) => post('/app/user/compareVideoFace', params) // 视频人脸验证 export const compareUserExamFaceCertify = (params) => post('/app/user/compareExamFace', params) // 考试照片人脸认证 export const compareUserExamVideoFaceCertify = (params) => post('/app/user/compareExamVideoFace', params) // 考试视频人脸认证 -export const getListAll = (params) => post("/app/stagestudentrelation/getClassInfoByParams", params); +export const getClassInfoByParams = (params) => post("/app/stagestudentrelation/getClassInfoByParams", params ); // 获取班级信息 // ********************* end *********************** diff --git a/pages/index/index.vue b/pages/index/index.vue index 4f7fe2f..079eada 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -46,8 +46,9 @@