diff --git a/.env.development.yh b/.env.development.yh index 33d4540f..e1481a80 100644 --- a/.env.development.yh +++ b/.env.development.yh @@ -7,7 +7,7 @@ ENV = 'development.yh' # VITE_APP_BASE_H5_API_Url = 'http://25.18.122.91:9786' VITE_APP_BASE_H5_API_Url = 'http://25.18.122.78:9786' # VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7002' -# VITE_APP_BASE_H5_API_Url_TRAEXAM = 'http://25.64.32.154:9604' +VITE_APP_BASE_H5_API_Url_TRAEXAM = 'http://25.64.32.154:9604' # VITE_APP_BASE_H5_API_Url_TRAPRACTICE = 'http://25.64.32.156:9603' # VITE_APP_BASE_H5_API_Url_TRAAPP = 'http://25.64.32.154:9601' # VITE_APP_BASE_H5_API_Url_TRAAPP = 'http://25.64.32.158:9601' diff --git a/src/components/examination/subject.vue b/src/components/examination/subject.vue index 76551787..2f6ff7e7 100644 --- a/src/components/examination/subject.vue +++ b/src/components/examination/subject.vue @@ -2,7 +2,7 @@ - {{ subject_type_text }} + {{ subject_type_text }} {{ item.tgtGrade }}分 @@ -76,7 +76,7 @@ class="option_div_button" v-if=" qnsTyp === 'MU' && - ['practice', 'study', 'study_answer', 'pk_in', 'mistake_in'].includes(props.mode) && + ['practice', 'study', 'study_answer', 'study_record', 'pk_in', 'mistake_in'].includes(props.mode) && !props.isPreview && clearResult " @@ -97,7 +97,7 @@ class="analysis_div" v-if=" !clearResult && - ['study', 'study_answer', 'mistake', 'settlement', 'practice', 'mistake_in', 'practice_record', 'pk_in'].includes(props.mode) + ['study', 'study_answer', 'study_record', 'mistake', 'settlement', 'practice', 'mistake_in', 'practice_record', 'pk_in'].includes(props.mode) " > @@ -172,7 +172,7 @@ // 学习: study // 考试结算页 settlement // 练习记录页 practice_record, 'practice_record' - return ['examination', 'practice', 'mistake', 'mistake_in', 'study', 'study_answer', 'settlement', 'practice_record', 'pk_in'].includes( + return ['examination', 'practice', 'mistake', 'mistake_in', 'study', 'study_answer', 'study_record', 'settlement', 'practice_record', 'pk_in'].includes( value ); } @@ -319,7 +319,7 @@ if (item_answer.value.includes(analysisVo.itemId)) { item_answer.value = item_answer.value.filter((id) => id !== analysisVo.itemId); modelValue.value = item_answer.value; - if (!['study','study_answer'].includes(props.mode)) { + if (!['study','study_answer', 'study_record'].includes(props.mode)) { muCheckbox('choose'); } } else if (props.item.qnsTyp === 'SN') { @@ -333,7 +333,7 @@ // 多选直接插入 item_answer.value.push(analysisVo.itemId); modelValue.value = item_answer.value; - if (!['study','study_answer'].includes(props.mode)) { + if (!['study','study_answer', 'study_record'].includes(props.mode)) { muCheckbox('choose'); } } else if (props.item.qnsTyp === 'JD') { diff --git a/src/pages/courseRecord/components/talkingItem.vue b/src/pages/courseRecord/components/talkingItem.vue index 319016f6..fa685326 100644 --- a/src/pages/courseRecord/components/talkingItem.vue +++ b/src/pages/courseRecord/components/talkingItem.vue @@ -257,7 +257,7 @@ }) return _sum }) - const mode = ref('study') // 考试 examination 练习practice 学习study + const mode = ref('study_record') // 考试 examination 练习practice 学习study const showWithdraw = computed(() => { let _isMe = unref(lastQuestionInfo).qstLogId === unref(dataInfo).qstLogId