From 4df6d7117eaac8e7be39cb102d9e94459002138e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E8=88=AA?= Date: Wed, 3 Sep 2025 17:49:40 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- src/pages/course/study.vue | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index 049c6f19..6499d215 100644 --- a/.env.development +++ b/.env.development @@ -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' diff --git a/src/pages/course/study.vue b/src/pages/course/study.vue index 2cce56b0..949e6d3b 100644 --- a/src/pages/course/study.vue +++ b/src/pages/course/study.vue @@ -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 || {}