fix: bug
This commit is contained in:
+1
-1
@@ -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'
|
||||
|
||||
@@ -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 || {}
|
||||
|
||||
Reference in New Issue
Block a user