diff --git a/src/api/uav/record.js b/src/api/uav/record.js index 16330bc..d1ae2a8 100644 --- a/src/api/uav/record.js +++ b/src/api/uav/record.js @@ -1,8 +1,8 @@ import request from '@/config/axios' -export const searchStudyRecords = async (data) => { - return await request.post({ - url: 'wrj-api/wrjQuestionPractice/query', - data +export const searchStudyRecords = async (params) => { + return await request.get({ + url: 'admin-api/wrjQuestionPractice/query', + params }) } diff --git a/src/api/uav/regiest.js b/src/api/uav/regiest.js index 188b00d..f5ac5da 100644 --- a/src/api/uav/regiest.js +++ b/src/api/uav/regiest.js @@ -54,8 +54,8 @@ export const updateTeacher = async (data) => { }) } -// export const getCarTypeList = async () => { -// return await request.get({ -// url: 'https://cloud.ahfkbg.com/wrj-api/wrjSchoolDriverType/list' -// }) -// } +export const getCarTypeList = async () => { + return await request.get({ + url: '/admin-api/wrjSchoolDriverType/list' + }) +} diff --git a/src/views/JoinUs/Station/index.vue b/src/views/JoinUs/Station/index.vue index 9d68686..c23879f 100644 --- a/src/views/JoinUs/Station/index.vue +++ b/src/views/JoinUs/Station/index.vue @@ -2,7 +2,7 @@
- + @@ -21,7 +21,7 @@ - +