Explorar o código

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

chenhao %!s(int64=2) %!d(string=hai) anos
pai
achega
ac4c72e75e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);
       }
     },