fix: bug

This commit is contained in:
杨航
2025-09-03 17:49:40 +08:00
parent 8dc5368bf0
commit 4df6d7117e
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ VITE_APP_BASE_H5_API_Url = 'http://25.18.122.65:7001'
# VITE_APP_BASE_H5_API_Url = 'http://25.18.122.78:9786'
# 任东
VITE_APP_BASE_H5_API_Url_TRAAPP = 'http://25.64.16.130:9601'
# VITE_APP_BASE_H5_API_Url_TRAAPP = 'http://25.64.16.130:9601'
VITE_APP_BASE_H5_API_Url_TRASTUDY = 'http://25.64.16.130:9602'
# VITE_APP_BASE_H5_API_Url_TRAEXAM = 'http://25.64.16.130:9604'
+2 -1
View File
@@ -578,7 +578,8 @@ const nextQuestionSuccess = (info, type = 'next') => {
processType: 'NEW-KNOW',
requestBody: JSON.stringify({
logId: unref(logId),
pgrphId: info.pgrphId
pgrphId: info.pgrphId,
stdyId: unref(stdyId)
})
}).then(res => {
let _body = res.body || {}