From 839f4c107526e84f557cd994c374e766396a9a09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E8=88=AA?= Date: Thu, 21 Aug 2025 18:04:29 +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 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index 5c9bc531..015f8308 100644 --- a/.env.development +++ b/.env.development @@ -27,4 +27,4 @@ VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7001' VITE_APP_BASE_H5_API_Url = 'http://25.18.122.65:7001' #VITE_APP_BASE_H5_API_Url_TRAAPP = 'http://25.64.16.130:9601' -#VITE_APP_BASE_H5_API_Url_TRASTUDY = 'http://25.64.16.138:9602' +VITE_APP_BASE_H5_API_Url_TRASTUDY = 'http://25.64.16.130:9602' diff --git a/src/pages/course/study.vue b/src/pages/course/study.vue index 7d3fa14c..636de7f7 100644 --- a/src/pages/course/study.vue +++ b/src/pages/course/study.vue @@ -434,7 +434,7 @@ const getQuestionInfoUnStudy = (pgrphId) => { console.log(pgrphId) textChartApi({ - processType: 'QSN-ANSER', + processType: 'QNS-ANSER', requestBody: JSON.stringify({ crsId: crsId.value, stdyId: unref(stdyId),