diff --git a/.env.development b/.env.development
index 53629114..5b4b8b4f 100644
--- a/.env.development
+++ b/.env.development
@@ -2,7 +2,7 @@
ENV = 'development'
# 'development'
-VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7002'
+VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7001'
# VITE_APP_BASE_API_Url = ' http://25.18.122.66:9786'
#sit
# VITE_APP_BASE_API_Url = 'http://25.18.122.91:9786'
@@ -19,7 +19,7 @@ VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7002'
# h5专用地址x2
-VITE_APP_BASE_H5_API_Url = 'http://25.18.122.65:7001'
+#VITE_APP_BASE_H5_API_Url = 'http://25.18.122.65:7001'
# VITE_APP_BASE_H5_API_Url = 'http://25.18.122.91:9786'
# VITE_APP_BASE_H5_API_Url = 'http://25.18.122.78:9786'
diff --git a/src/components/examination/subject.vue b/src/components/examination/subject.vue
index 1505cae6..c1f6ba23 100644
--- a/src/components/examination/subject.vue
+++ b/src/components/examination/subject.vue
@@ -13,7 +13,12 @@
class="img"
@click="mark_click()"
>
-
+
@@ -161,6 +166,10 @@
clearResult: {
type: Boolean,
default: true
+ },
+ mode2: {
+ type: String,
+ default: ''
}
});
@@ -190,7 +199,6 @@
item_answer.value = typeof newVal === 'string' ? newVal.split(',') : newVal;
},
{ deep: true }
-
);
// watch(
// item_answer,
@@ -200,7 +208,7 @@
// },
// { deep: true }
// );
-
+
const feedback_click = () => {
emit('subject_click', 'feedback', props.item);
};
diff --git a/src/pages/wrongQuestionRecord/correct.vue b/src/pages/wrongQuestionRecord/correct.vue
index 5a0db484..04e38824 100644
--- a/src/pages/wrongQuestionRecord/correct.vue
+++ b/src/pages/wrongQuestionRecord/correct.vue
@@ -50,6 +50,7 @@
v-else
:item="item"
:mode="mode"
+ mode2="mistake"
:isPreview="item.isPreview"
:clearResult="item.clearResult"
@subject_click="subject_click"
@@ -95,7 +96,7 @@ const feedbackRef = ref(null);
const dialogRef = ref(null);
const touchBtnRef = ref(null);
-const mode = ref('practice'); // 考试 examination 练习practice
+const mode = ref('practice'); // 考试 examination 练习practice 错题本: mistake
const paperData = reactive({
name: '' // 名称
}); // 试卷信息