From 79d9fc857559982b00b68b2d709807bdc4cd286f Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Mon, 11 Apr 2022 10:58:17 +0800
Subject: [PATCH] minio 地址修改

---
 src/components/Subjects/PracticalOperation/index.vue |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/components/Subjects/PracticalOperation/index.vue b/src/components/Subjects/PracticalOperation/index.vue
index 83ce13c..abbf8e4 100644
--- a/src/components/Subjects/PracticalOperation/index.vue
+++ b/src/components/Subjects/PracticalOperation/index.vue
@@ -54,7 +54,6 @@
             return this.userAnswer
         },
         setAnswer (answer, option) {
-            console.log(answer);
             if (answer != '') {
 
                 this.userAnswer = answer
@@ -136,9 +135,6 @@
                     }
                 })
             }
-
-
-            console.log(this.userAnswer)
 
         },
 

--
Gitblit v1.9.3