diff --git a/src/views/exam/Test.vue b/src/views/exam/Test.vue
index 3dfe108f..0cc5c4a9 100644
--- a/src/views/exam/Test.vue
+++ b/src/views/exam/Test.vue
@@ -16,7 +16,7 @@
结束时间: {{ testPaper.deadlineTime }}
-
+
@@ -43,7 +43,7 @@
-
+
{{toScoreTow(scope.row.score)}}分
diff --git a/src/views/study/GrowthPath.vue b/src/views/study/GrowthPath.vue
index 6f89cb3c..91834d01 100644
--- a/src/views/study/GrowthPath.vue
+++ b/src/views/study/GrowthPath.vue
@@ -692,6 +692,9 @@ export default {
console.log(item,'在线')
this.$router.push("/course/studyindex?id=" + item.targetId);
}else if (item.type == 5) {
+ if(item.examType == 2){
+ window.open(`${process.env.VUE_APP_BOE_WEB_URL}/fe-student/externalexamination?id=${item.id}&type=${item.type}&infoId=${item.id}&courseId=${item.id}&pName=${item.name}&exname=${item.name}&chapterOrStageId=${0}`)
+ }
console.log(item,'考试')
this.$router.push("exam/test?id=" + item.targetId);
}else{