From de761e39a25368312999fa7a0be13a7f9cff9e34 Mon Sep 17 00:00:00 2001 From: linzhijie <1003392067@qq.com> Date: 星期四, 13 四月 2023 17:39:30 +0800 Subject: [PATCH] 新增CIAQ模板 --- src/views/demography/login.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/demography/login.vue b/src/views/demography/login.vue index b3e95b1..9d624c6 100644 --- a/src/views/demography/login.vue +++ b/src/views/demography/login.vue @@ -31,7 +31,7 @@ // 宸茬粡绛斿畬浜嗕笉鑳界瓟棰� examPaperApi.selectTokenId(_this.paraMemberToken).then(re => { if (re.response.finish === 1) { - _this.$router.push({ path: '/exam/finish', query: { name: '', content: _this.$t('finishMsg') } }) + _this.$router.push({ path: '/exam/finish', query: { name: '', content: _this.$t('finishMsg'), tokenId: _this.paraMemberToken } }) } else if (re.response.status !== '1') { _this.$router.push({ path: '/exam/exception', query: { name: '', content: _this.statusInfo[re.response.status] } }) } else { -- Gitblit v1.9.1