From e06982107147dd13aced474beb11f3558f6e1b70 Mon Sep 17 00:00:00 2001 From: fan <18706759286@163.com> Date: Mon, 11 Nov 2019 18:53:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E7=94=B1=E8=B7=B3=E8=BD=AC=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/pay/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/components/pay/index.vue b/src/views/components/pay/index.vue index 1f9d36664..d8e79c452 100644 --- a/src/views/components/pay/index.vue +++ b/src/views/components/pay/index.vue @@ -129,7 +129,7 @@ export default { if (type === PermissionType.LESSON) { this.$router.replace({ path: `${UrlConfig.trainingPlatform.teachDetail}/${this.$route.query.subSystem}`, query: {lessonId: this.$route.query.lessonId, mapId: this.$route.query.mapId, prdId: this.$route.query.prdId}}); } else if (type === PermissionType.EXAM) { - this.$router.replace({ path: `${UrlConfig.trainingPlatform.course}/${this.$route.query.subSystem}`}); + this.$router.replace({ path: `${UrlConfig.trainingPlatform.course}/${this.$route.query.subSystem}`, query: {lessonId: this.$route.query.lessonId}}); } else if (type === PermissionType.SCREEN) { this.$router.replace({ path: `${UrlConfig.dp.detail}/${this.$route.params.lessonId}` }); } else if (type === PermissionType.SIMULATION) {