Merge branch 'master-20250428-shl' into test20250220

This commit is contained in:
joshen
2025-04-29 15:45:22 +08:00

View File

@@ -74,7 +74,7 @@ const courseRecordExport2 = function(data) {
return axios.request({
baseURL: "/manageApi",
url: '/admin/export/exportInTeacherRecord',
method: 'post',
method: 'get',
data:data,
headers:{'Content-Type':'application/json;charset=utf-8'},
responseType: 'blob'