Browse Source

feat: 修复 二维码复制拼写错误

chenhao 2 years ago
parent
commit
ac4c72e75e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/features/OnlineExam/Examing/TextQuestionView.vue

+ 1 - 1
src/features/OnlineExam/Examing/TextQuestionView.vue

@@ -412,7 +412,7 @@ export default {
         if (process.env.NODE_ENV === "development") {
           origin = process.env.VUE_APP_API_SERVER;
         }
-        this.qrValuee =
+        this.qrValue =
           response.data + encodeURIComponent("&apiServer=" + origin);
       }
     },