[测评系统]--前端(用户答题页面)
yj
2024-05-07 6ad528944f24daec8547126bf591868a00b1176a
src/views/demography/login.vue
@@ -31,6 +31,7 @@
    })
    // 已经答完了不能答题
    examPaperApi.selectTokenId(_this.paraMemberToken).then(re => {
      _this.setProductType(re.response.productType)
      if (re.response.finish === 1) {
        _this.$router.push({ path: '/exam/finish', query: { name: '', content: _this.$t('finishMsg'), tokenId: _this.paraMemberToken } })
      } else if (re.response.status !== '1') {