From 0058b74ddf551e9f0249ce9b8e0ea9bd8c452119 Mon Sep 17 00:00:00 2001 From: qsh <> Date: Tue, 29 Jul 2025 16:17:47 +0800 Subject: [PATCH] sc --- src/api/uav/record.js | 8 +- src/api/uav/regiest.js | 10 +- src/views/JoinUs/Station/index.vue | 304 +++--------------- .../StudyRecord/components/Practice.vue | 51 +-- 4 files changed, 79 insertions(+), 294 deletions(-) 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 @@ - +