From e856deb4dfa66f042bc1c3e28db2217c327b036c Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Wed, 13 Oct 2021 17:04:19 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_exam

---
 src/views/singleperformance/index.vue |    2 +-
 src/views/startexam/index.vue         |    5 +++++
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/src/views/singleperformance/index.vue b/src/views/singleperformance/index.vue
index 6383760..17d8196 100644
--- a/src/views/singleperformance/index.vue
+++ b/src/views/singleperformance/index.vue
@@ -131,7 +131,7 @@
       console.log(this.scoreId);
       // return;
       if (val == 1) {
-        if (this.paddWord != "zhda123") {
+        if (this.paddWord != "zhba123") {
           //重置密码
           this.$message({
             showClose: true,
diff --git a/src/views/startexam/index.vue b/src/views/startexam/index.vue
index 7b0f31d..4f6df89 100644
--- a/src/views/startexam/index.vue
+++ b/src/views/startexam/index.vue
@@ -99,6 +99,11 @@
                       "
                       >完成考试 {{ time }}</el-button
                     >
+                    <!-- <el-button
+                      type="success"
+                      @click="submitExam"
+                      >完成考试 {{ time }}</el-button
+                    > -->
                   </div>
                 </div>
               </el-col>

--
Gitblit v1.9.3