From ee0ac46d265f20c3b2c10385c5afa2efb0512a5a Mon Sep 17 00:00:00 2001 From: 阳洁 <2077506045@qq.com> Date: 星期五, 05 一月 2024 18:02:23 +0800 Subject: [PATCH] vaq增加根据token生成随机数排列图片、修改界面、修改文字 --- src/views/exam/paper/guide.vue | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/exam/paper/guide.vue b/src/views/exam/paper/guide.vue index e9ed05e..8f1e39e 100644 --- a/src/views/exam/paper/guide.vue +++ b/src/views/exam/paper/guide.vue @@ -27,7 +27,6 @@ created () { }, mounted () { - }, beforeDestroy () { window.clearInterval(this.timer) @@ -36,7 +35,12 @@ doExam: function () { let _this = this examPaperApi.updateTestMemberStatus(_this.memberToken).then(re => { - _this.$router.push({ path: '/exam/' + _this.doUrl, query: { formDo: _this.$route.query.formDo } }) + // LAQ鐗规畩澶勭悊 + if (_this.formDo.name.indexOf('LAQ') !== -1) { + _this.$router.push({ path: '/exam/' + _this.formDo.questionTemplateId, query: { formDo: _this.$route.query.formDo } }) + } else { + _this.$router.push({ path: '/exam/' + _this.doUrl, query: { formDo: _this.$route.query.formDo } }) + } }).catch(re => { _this.$message.error(re.message + ' 鏇存柊鐘舵�佸け璐�') }) -- Gitblit v1.9.1